Description Usage Arguments Value
import_staticBundle
1 2 3 4 5 6 | import_staticBundle(
directory_path,
pattern = "SLS Bundle",
skip = 3,
combine = TRUE
)
|
directory_path |
a path to a directory containing the exported .xlsx files |
pattern |
a regex for narrowing selection of files in the 'directory_path'; defaults to "SLS Bundle" |
skip |
number of rows of embedded run metadata in the .xlsx file to remove; default is 3 |
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.