if (FALSE) {
# Get Toyota career summary
get_manufacturer_info("Toyota")
# Handle misspelling - will prompt for selection
get_manufacturer_info("toyoda")
# Found 1 manufacturers matching 'toyoda':
# 1 - Toyota
# Select manufacturer number: 1
# Manufacturer: Toyota
# Returns summary table
# Get season-by-season data for Cup series only
get_manufacturer_info("Toyota", series = "cup", type = "season")
}
Run the code above in your browser using DataLab