import_chron_excel {chronochrt}R Documentation

Import chronological information from excel files

Description

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

Usage

import_chron_excel(path, ...)

Arguments

path

A character string with the path of the file to be imported.

...

Additional arguments inherited from read_excel.

Value

A tibble containing the chronological information.


[Package chronochrt version 0.1.3 Index]