Get help with command line interface for ODK Briefcase
Arguments
- target
Path to directory of ODK Briefcase
.jar
file. Directory path should match directory path used when callingget_briefcase()
. If ODK Briefcase.jar
file was downloaded manually from https://opendatakit.org,target
should match the directory path where.jar
file has been downloaded into.- briefcase
Filename of the downloaded ODK Briefcase
.jar
file. Default isodkBriefcase_latest
to match the default filename used byget_briefcase()
. If ODK Briefcase.jar
file was downloaded manually from https://opendatakit.org, filename should match the default filename used by Open Data Kit which is usually "ODK Briefcase vX.Y.Z Production.jar" where vX.Y.Z is the version number
Examples
if (FALSE) { # \dontrun{
dirPath <- tempdir()
get_briefcase(destination = dirPath)
get_help(target = dirPath)
} # }