Initialize EcoExtract database
Usage
init_ecoextract_database(
db_conn = "ecoextract_results.sqlite",
schema_file = NULL
)
Arguments
- db_conn
Database connection (any DBI backend) or path to SQLite database file
- schema_file
Optional path to JSON schema file (determines record columns)
Value
NULL (creates database with required tables)