library(usethis)
file <- 'data-raw/prince5/P5_1981t2010_Means.csv'
prince5Climatology1980to2010 <- read.table(file, skip = 1, header = TRUE, sep = ",")
usethis::use_data(prince5Climatology1980to2010, compress = "xz", overwrite = T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.