Description Usage Arguments Details Value
View source: R/import_trajectory.R
Given a set of files, the function reads all files, extracts rows
as desired, appends the file path as “job.id” column and returns a data.frame
.
As alternative, one can pass a vector of integer |codeids, a path
and a file extension
ext
. In this case the file paths are build given this information and the
“job.id” corresponds to the ID.
1 2 3 |
files |
[ |
ids |
[ |
path |
[ |
ext |
[ |
filter.rows |
[ |
reader.fun |
[ |
... |
[any] |
Internally, each file is by default imported with read_delim
.
The variable length arguments ...
are passed down to this function.
[data.frame
]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.