rm(list=ls()) source_files = list.files("data-raw/", pattern = "*.R", full.names = T) sapply(source_files, source) usethis::use_data(county, pop, stateline, overwrite = T, internal = T) rm(list=ls())
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.