import_chron_csv {chronochrt} | R Documentation |
Import chronological information from .csv files
Description
This function imports and converts chronological information saved in
.csv
into a ready-to-plot data set. Missing values will be substituted
by "!".
Usage
import_chron_csv(path, delim, ...)
Arguments
path |
the path of the file to be imported. |
delim |
A character string with the separator |
... |
Additional arguments inherited from |
Value
A tibble containing the desired chronological information.
[Package chronochrt version 0.1.3 Index]