.register_agencies <-
function() {
json_data <- "https://www.federalregister.gov/api/v1/agencies" %>%
fromJSON()
data <- data %>% as_tibble(json_data)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.