Description Usage Arguments Value Examples
View source: R/functions_make.R
Creates a data.table from a vector of files.
1 |
files |
character vector of file paths. |
group_lev |
If provided, should be directory names at equivalent depth in file paths. Default of NULL disables this functionality and group will be none and batch will be A. |
max_name_len |
Names are truncated to this length. Default is 30. |
A data.table with attribute "file" and "name", "group", and "batch" attributes.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.