data <- get_cbb_data()
expect_equal(
all_teams_records(data)[1],
tibble(team = append(data$home, data$vis)) %>% distinct()
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.