# make example dataset Binnenveld for use in the package
# the csv dataset is prepared in OBIC-helpers
# require package
require(data.table)
# read in the csv file with soil properties
binnenveld <- fread('dev/data/binnenveld.csv')
# save file
usethis::use_data(binnenveld, version = 3, overwrite = TRUE, compress = 'xz')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.