import_chron_excel: Import chronological information from excel files

View source: R/chronochrt_import.R

import_chron_excelR 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.


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