readTableNEON {neonUtilities} | R Documentation |
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)
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. |
Value
A data frame of a NEON data table, with column classes assigned by data type
Author(s)
Claire Lunch clunch@battelleecology.org
References
License: GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007
[Package neonUtilities version 2.4.2 Index]