| get_manufacturer_info | R Documentation |
Search for a manufacturer by name and return performance statistics. Uses fuzzy matching to handle partial names, typos, and case-insensitive searches.
get_manufacturer_info(
manufacturer,
series = "all",
type = "summary",
interactive = TRUE
)
manufacturer |
Character string of the manufacturer name to search for. |
series |
Character string ( |
type |
Character string specifying the return format:
|
interactive |
Logical. When |
A tibble of manufacturer statistics (format depends on
type), or invisible(NULL) if no match is found.
get_driver_info(), get_team_info(),
load_series(), series_data
# Career summary across all series
get_manufacturer_info("Toyota")
# Season-by-season Cup data
get_manufacturer_info(
"Toyota",
series = "cup",
type = "season"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.