powered by
This function cleans the make of the vehicle.
clean_make(make, extract_make = TRUE)
A character vector of vehicle makes. Can be raw generic make/model strings if extract_make is TRUE.
Logical, whether to extract the make from the input string using extract_make_stats19 first. Default is TRUE.
clean_make(c("VW", "Mercedez")) clean_make(c("FORD FIESTA", "LAND ROVER DISCOVERY"), extract_make = TRUE)
Run the code above in your browser using DataLab