View source: R/xmod_samples_list.R
xmod_samples_list | R Documentation |
The function is loading all the the data frames in the specified directory that end with .csv in a list. The list is used in the following function to load the data frames into the current environment.
xmod_samples_list(file_pattern, directory)
file_pattern |
String with the common name pattern of all csvs in the directory that should be plotted. |
directory |
Location of the directory which contains the XMOD csv's. |
xmod_samples_list('XMOD_Sample', './/XMOD//Samples')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.