This function imports and converts chronological information saved as tabular data into a ready-to-plot data set. Missing values will be substituted by "!".
import_chron_delim(path, delim, ...)A tibble containing the desired chronological information.
the path of the file to be imported.
A character string with the separator
Additional arguments inherited from
read_delim and read_table.