prep_data | R Documentation |
Imports and combines vd, vde and vds files to create a single tibble with standard formatting
prep_data(filename_base, vignette = F)
filename_base |
a character string of the veda files without the .vd* suffix |
vignette |
logical. Set to TRUE if running from within the vignette or development environmnet. |
path_to_data <- paste0(find.package("vedar"), "/extdata/") filename_base <- paste0(path_to_data, "DemoS_001") dat <- prep_data(filename_base)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.