Get help with command line interface for ODK Briefcase
Arguments
- target
Path to directory of ODK Briefcase
.jarfile. Directory path should match directory path used when callingget_briefcase(). If ODK Briefcase.jarfile was downloaded manually from https://opendatakit.org,targetshould match the directory path where.jarfile has been downloaded into.- briefcase
Filename of the downloaded ODK Briefcase
.jarfile. Default isodkBriefcase_latestto match the default filename used byget_briefcase(). If ODK Briefcase.jarfile 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)
} # }