## EXAMPLE ONLY - Actual tiltURLs.R is in .gitignore
## code to prepare `tiltURLs` dataset
tiltURLs <- tibble::tribble(
~name, ~status, ~url,
"name1", "status1", "url1"
)
usethis::use_data(tiltURLs, internal = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.