import_chron_delim: Import chronological information from other delimited files

View source: R/chronochrt_import.R

import_chron_delimR Documentation

Import chronological information from other delimited files

Description

This function imports and converts chronological information saved as tabular data into a ready-to-plot data set. Missing values will be substituted by "!".

Usage

import_chron_delim(path, delim, ...)

Arguments

path

the path of the file to be imported.

delim

A character string with the separator

...

Additional arguments inherited from read_delim and read_table.

Value

A tibble containing the desired chronological information.


chronochrt documentation built on May 29, 2024, 8:10 a.m.