powered by
Find Manufacturer Matches
find_manufacturer( search_term, data = NULL, max_results = 5, interactive = TRUE )
Character vector of matching manufacturer names
Character string to search for
Tibble containing NASCAR race data or series specification
Maximum number of matches to return
Logical. Is the session interactive?
# Find exact match find_manufacturer("Toyota") # Find with common alias find_manufacturer("chevy") # Non-interactive mode for scripts find_manufacturer("ford", interactive = FALSE)
Run the code above in your browser using DataLab