Learn R Programming

neonUtilities (version 2.4.3)

readTableNEON: Read a NEON data table with correct data types for each variable

Description

Load a table into R, assigning classes to each column based on data types in variables file; or convert a table already loaded

Usage

readTableNEON(dataFile, varFile, useFasttime = FALSE)

Value

A data frame of a NEON data table, with column classes assigned by data type

Arguments

dataFile

A data frame containing a NEON data table, or the filepath to a data table to load

varFile

A data frame containing the corresponding NEON variables file, or the filepath to the variables file

useFasttime

Should the fasttime package be used to read date-time variables? Defaults to false.

Author

Claire Lunch clunch@battelleecology.org

References

License: GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007