get_events_dir | R Documentation |
Given a directory path it calls
get_events_file()
for each file in the directory,
recursively. The resulting events are split into separate files for each
gauging station ID (ID
) and Event_Type
and are written to
the given output directory.
get_events_dir( Q_dir, inputsep = ";", inputdec = ".", outdir = file.path(tempdir(), "Events"), mc.cores = 2L, ... )
Q_dir |
A character string containing the path name where the input data are located. |
inputsep |
Field separator character string for input data. |
inputdec |
Character string for decimal points in input data. |
outdir |
A character string naming a directory where the output file(s) should be written to. |
mc.cores |
Number of cores to use with
|
... |
Arguments to be passed to |
No return value, called for side effects.
Q_dir <- "./inst/extdata" get_events_dir(Q_dir, inputsep = ",", inputdec = ".")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.