View source: R/readTableNEON.R
readTableNEON | R Documentation |
Load a table into R, assigning classes to each column based on data types in variables file; or convert a table already loaded
readTableNEON(dataFile, varFile, useFasttime = FALSE)
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. |
A data frame of a NEON data table, with column classes assigned by data type
Claire Lunch clunch@battelleecology.org
License: GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.