Description Usage Arguments Details Value
Get data from a directory of minidot files in txt (csv) format
1 | read_minidot(fname, skip = 3, ...)
|
fname |
Directory name containing minidot files to read |
skip |
How many header (non-data) lines will be at the beginning of the files? Normally the default of 3 is fine. |
... |
Additional named arguments to be passed to |
This function searches a directory for minidot data files, reads them in and returns a data.table or data.frame; all files found in the directory will be collected into a single table.
A data.table::data.table or data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.