View source: R/get_example_files.R
get_example_files | R Documentation |
This function downloads example files
get_example_files(
example = c("features", "metadata", "sirius", "spectra"),
in_cache = TRUE
)
example |
The example(s) you want to download |
in_cache |
Flag to indicate if storing the files in cache |
Example files.
get_example_files(example = c("features"), in_cache = FALSE)
unlink("data", recursive = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.