Learn R Programming

dendRoAnalyst (version 0.1.5)

read.dendrometer: Reading dendrometer data.

Description

This function reads dendrometer data from .csv or .txt or .xlsx files. This function automatically recognizes the date time format of the first column of the data frame and changes it to "yyyy-mm-dd HH:MM:SS format".

Usage

read.dendrometer(file, sep = NULL, dec = NULL)

Value

A dataframe with the dendrometer data:

Arguments

file

string file name or path of the file.

sep

string the separator of the files. Only if they are different than the standard separators such as tab for .txt file and comma for .csv file.

dec

the character used in the file for decimal points.