##
## Attaching package: 'dplyr'
## The following objects are masked from 'package:stats':
##
## filter, lag
## The following objects are masked from 'package:base':
##
## intersect, setdiff, setequal, union
At October 2017
## [1] 75941
cars sold.
## [1] 48467
of them are import cars. And
## [1] 27474
of them are produced in Turkey. This table shows domestic production percentage of cars by brand.
## # A tibble: 42 x 5
## brand_name total_dom total_imp total_total dom_perc
## <chr> <dbl> <dbl> <dbl> <dbl>
## 1 KARSAN 155 0 155 Inf
## 2 FIAT 10364 642 11006 16.1
## 3 ISUZU 198 83 281 2.39
## 4 HONDA 1433 648 2081 2.21
## 5 FORD 6181 3368 9549 1.84
## 6 RENAULT 7357 4259 11616 1.73
## 7 HYUNDAI 1761 2941 4702 0.599
## 8 MITSUBISHI 25 417 442 0.0600
## 9 ALFA ROMEO 0 21 21 0
## 10 ASTON MARTIN 0 2 2 0
## # ... with 32 more rows
Here are the brands sold at least one but less then 10 cars in October 2017