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

View source: R/readTableNEON.R

readTableNEONR 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


neonUtilities documentation built on Oct. 18, 2023, 9:09 a.m.