.parse_draftpick_url <-
function(url = "https://data.nba.net/data/5s/prod/draft/2017/draft_pick.json") {
data <- url %>% jsonlite::fromJSON(simplifyDataFrame = T) %>% as_tibble()
data
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.