Learn R Programming

chronochrt (version 0.1.4)

import_chron_excel: 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, ...)

Value

A tibble containing the chronological information.

Arguments

path

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

...

Additional arguments inherited from read_excel.