pull_local | R Documentation |
/odk
) collected from
ODK Collect mobile clientsPull ODK forms from a local ODK folder (/odk
) collected from
ODK Collect mobile clients
pull_local(
target = "",
briefcase = "odkBriefcase_latest",
id = "",
to = "",
from = "",
pem = NULL
)
target |
Path to directory of ODK Briefcase |
briefcase |
Filename of the downloaded ODK Briefcase |
id |
Form ID of form to be pulled |
to |
Destination directory for pulled ODK forms |
from |
Source ODK directory ( |
pem |
If form to be pulled is encrypted, a PEM private key file would be required to pull forms; default is NULL; if form is encrypted, provide path to PEM file |
Folder in destination directory named ODK Briefcase Storage containing forms pulled from local ODK folder
# Pull forms from a local ODK folder to current working directory
## Not run:
dirPath <- tempdir()
get_briefcase(destination = dirPath)
pull_local(target = dirPath,
id = "stakeholders",
from = system.file("odk", package = "odkr"),
to = dirPath)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.