checkVarFields {neonUtilities} | R Documentation |
Check for differences in field names among variables files
Description
For a set of variables files, check whether there are any differences in the set of field names and data types for a particular table
Usage
checkVarFields(variableSet, tableName)
Arguments
variableSet |
A list of file paths or urls to variables files |
tableName |
Name of table to check for differences |
Value
TRUE or FALSE: were there any mismatches in field names and data types among the files?
Author(s)
Claire Lunch clunch@battelleecology.org
References
License: GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007
[Package neonUtilities version 3.0.0 Index]