if (FALSE) {
# Get Joe Gibbs Racing career summary
get_team_info("Joe Gibbs Racing")
# Handle partial name - will prompt for selection
get_team_info("joe gib racing")
# Found 1 teams matching 'joe gib racing':
# 1 - Joe Gibbs Racing
# Select team number: 1
# Team: Joe Gibbs Racing
# Returns summary table
# Get season-by-season data for Cup series only
get_team_info("Joe Gibbs Racing", series = "cup", type = "season")
}
Run the code above in your browser using DataLab