library(usethis)
library(data.table)
library(here)
data_file_path <- file.path(here::here(), "data-raw", "farms.txt")
farms <- data.table::fread(data_file_path)
usethis::use_data(farms, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.