View source: R/fct_sync_forms.R
sync_forms | R Documentation |
sync_forms
syncs layers stored in GeoPackages to a template GeoPackage database or the initial "clean" QGS
project GeoPackage.
sync_forms(template, forms)
template |
A data frame of the format returned by
shiny's |
forms |
A data frame of the format returned by
shiny's |
A four element list out_gpkg
, The first element is the path
to a temporary GeoPackage storing data from forms
synced with
template
. The second element is the date-time of the call to
sync_forms
- this is used for naming downloads of synced data. The
third element is a data frame of the format returned by
shiny's fileInput
listing all layers returned from syncing
forms
with template
. The fourth element is a path to a
log file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.