xmod_samples_list: Create list of XMOD files to plot

View source: R/xmod_samples_list.R

xmod_samples_listR Documentation

Create list of XMOD files to plot

Description

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.

Usage

xmod_samples_list(file_pattern, directory)

Arguments

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.

Examples

xmod_samples_list('XMOD_Sample', './/XMOD//Samples')

muhohl/geochem documentation built on March 4, 2025, 8:14 p.m.