## Code to import example datasets from {tidyr}
data("relig_income", package = "tidyr")
usethis::use_data(relig_income, overwrite = TRUE)
data("billboard", package = "tidyr")
usethis::use_data(billboard, overwrite = TRUE)
data("who", package = "tidyr")
usethis::use_data(who, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.