GPKGAddInputData: GPKGAddInputData
Description
GPKGAddInputData
Usage
GPKGAddInputData(
gpkgfile,
table = "",
data = data.frame(),
deleteExistingData = FALSE
)
Arguments
- gpkgfile
a gpkg filename
- table
table name
- data
a data to write in BDD, should be the return of a function param2XXXXXBDD
- deleteExistingData
if TRUE overwrite data if already present in gpkg file, default FALSE
Details
Adds data 'data' values in the table 'table' using 'data' colnames