This file is not included in the source package because of the .nopurl
suffix in its
filename.
The chunks below have to be manually executed in order to regenerate the package data.
When used internally, other than internal data, exported data must always be referred to by its explicit namespace.
SOME_DATASET
SOME_DATASET <- SOME_R_CODE()
Save all the bigger data objects to separate files under data/*.rda
. Note that when documenting them, they mustn't be explicitly @export
ed since they're
already automatically exported and thus available to package users.
usethis::use_data(SOME_DATASET, internal = FALSE, overwrite = TRUE, compress = "xz", version = 3L)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.