.bind_content <- function(x) {
dplyr::bind_rows(
httr::content(x)
)
}
.invoke_fun <- function(api, name, ...) {
do.call(`$`, list(api, name))(...)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.