| clean_make | R Documentation |
This function cleans the make of the vehicle.
clean_make(make, extract_make = TRUE)
make |
A character vector of vehicle makes. Can be raw generic make/model strings if extract_make is TRUE. |
extract_make |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.