This function returns a combined cleaned make and model string.
It uses clean_make and clean_model to standardize both parts.
Examples
clean_make_model(c("FORD FIESTA", "BMW 3 SERIES"))
#> [1] "Ford Fiesta" "BMW 3 Series"
This function returns a combined cleaned make and model string.
It uses clean_make and clean_model to standardize both parts.
clean_make_model(c("FORD FIESTA", "BMW 3 SERIES"))
#> [1] "Ford Fiesta" "BMW 3 Series"