Description Usage Arguments Value
import_DLSspec
1 2 3 4 5 6 7 |
directory_path |
a path to a directory containing the exported .xlsx files |
pattern |
a regex pattern for further selecing files in the directory; defaults to NULL to force user input that discriminates intensity from mass DLS files |
type |
a character string, "C", "I", or "M", to signify if the data is correlation function, intensity, or mass distribution DLS spectra |
header |
if TRUE skips first 3 rows of .xlsx file to remove Uncle header; default is TRUE |
combine |
if TRUE, returns all imported data merged into one unified dataframe with an "origin" column listing the original file path, FALSE will return a list of dataframes; default is TRUE |
a named (with filename) list of dataframes or a single merged dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.