| get_data_dir | R Documentation |
Returns the path to the directory storing the example files shipped with metabodecon.
Deprecated since metabodecon v1.2.0. Please use datadir() instead. See
examples below for usage.
get_data_dir(dataset_name = c("", "blood", "test", "urine"), warn = TRUE)
dataset_name |
Either |
warn |
Whether to print a warning message when the example folders do
not yet exist, i.e. |
Path to the directory storing the example files.
2024-2025 Tobias Schmidt: initial version.
download_example_datasets()
x <- get_data_dir("urine") # Deprecated
y <- datadir("example_datasets/bruker/urine") # Preferred
cat(x, y, sep = "\n")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.