Description Usage Arguments Examples
Read multiple files from a directory (folder) using reading engine supply by a function.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
.f |
A function to read files from a directory. First argument of the function must be file path. Support formula interface.
Example : |
path |
Character: Path to desired directory which contain file, default is "." working directory. (passed to |
pattern |
Character: Specify regular expression to match file extension and file names. (passed to |
... |
Argument to pass to |
invert |
Logical: If |
ignore.case |
If FALSE, the regular expression matching is case sensitive and if |
perl |
Logical: Should Perl-compatible regexps be used? (passed to |
fixed |
Logical: If |
all.files |
If |
recursive |
If |
no.. |
logical. Should both "." and ".." be excluded also from non-recursive listings? (passed to |
snake_case |
If |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.