nri_field_names | R Documentation |
Ingestion script to convert NRI text file format to database format
nri_field_names(dsn)
read_nri_text(table_name, dsn, DBKey = "auto", schema)
ingest_nri(
dsn,
out,
dsn_type = "gdb",
rda = TRUE,
uid = "",
pwd = "",
connection = ""
)
nri_subset(data, PK_subset, out)
dsn |
Vector of file paths to the folders where files are held. The last folder in the directory will be used to set the DBKey. |
table_name |
Name of the NRI data table (e.g., |
out |
String. Filepath to the output database |
dsn_type |
Type of database. Defaults to geodatabase |
data |
Dateframe. NRI data table |
List of tables and if specified a populated database
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.