Get example files

Description

This function downloads example files

Usage

get_example_files(
  example = c("features", "metadata", "sirius", "spectra"),
  in_cache = TRUE
)

Arguments

example The example(s) you want to download
in_cache Flag to indicate if storing the files in cache

Value

Example files.

Examples

library("tima")

get_example_files(example = c("features"), in_cache = FALSE)