Archive the data from an areal database
adb_archive(pattern = NULL, variables = NULL, compress = FALSE, outPath = NULL)
character(1)
a regular expression used to
filter files to load.
character(.)
columns, typically observed
variables, to select.
logical(1)
whether or not the database should
be compressed into a tar.gz archive. Will delete the database folder
in outPath
.
character(1)
directory, where the archive
should be stored.
no return value, called for the side-effect of creating a database archive.
This function prepares and packages the data into an archiveable form. This contains geopacakge files for geometries and csv files for all tables, such as inventory, matching and thematic data tables.