Create a NASIS Flat File for importing Pedon Records
create_PedonPC_NASIS_import.Rd
Create a NASIS Flat File for importing Pedon Records
Arguments
- tables
default
NULL
creates an empty template; alternately a list containing data.frames with target table names and new data to write to file.- filename
path to output file containing templates for importing each table associated with the NASIS Pedon object
- dsn
optional path to SQLite Database or an open DBIConnection to a database containing NASIS pedon tables (not yet implemented)
- overwrite
default
FALSE
prevents overwritingfilename
if it exists