schemaAllStringsFromSet {neonUtilities} | R Documentation |
Create an arrow schema with every variable coded as a string field, and fields read from file headers.
Description
Take a set of files, read their header rows to get field names, and create a schema with all fields set to string.
Usage
schemaAllStringsFromSet(fileset)
Arguments
fileset |
A vector of file paths |
Value
An arrow schema for the relevant files with all variables set to string.
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]