This function extracts the make from a generic make/model string, handling multi-word makes.
Examples
extract_make_stats19(c("FORD FIESTA", "LAND ROVER DISCOVERY"))
#> [1] "FORD" "LAND ROVER"
This function extracts the make from a generic make/model string, handling multi-word makes.
extract_make_stats19(c("FORD FIESTA", "LAND ROVER DISCOVERY"))
#> [1] "FORD" "LAND ROVER"