View source: R/stics_examples_utils.R
get_examples_path | R Documentation |
Getting examples files path attached to a STICS version for a given file type
get_examples_path(
file_type,
stics_version = "latest",
overwrite = FALSE,
version_name = lifecycle::deprecated()
)
A directory path for examples files for given file type and STICS version or a vector of (for unknown file types "" is returned as path)
get_examples_path(file_type = "csv")
get_examples_path(file_type = c("csv", "sti"))
get_examples_path(file_type = "csv", stics_version = "V8.5")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.