read.dendrometer {dendRoAnalyst}R Documentation

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)

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.

Value

A dataframe with the dendrometer data:


[Package dendRoAnalyst version 0.1.5 Index]