View source: R/get_briefcase.R
get_briefcase | R Documentation |
jar
file to the latest version
downloaded from https://opendatakit.org.Updates pre-installed ODK Briefcase jar
file to the latest version
downloaded from https://opendatakit.org.
get_briefcase(destination = "", briefcase = "odkBriefcase_latest")
destination |
Path to directory where ODK Briefcase |
briefcase |
Filename of the downloaded ODK Briefcase |
# Get latest version of ODK Briefcase and save in a temporary directory
## Not run:
dirPath <- tempdir()
get_briefcase(destination = dirPath)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.