Updates pre-installed ODK Briefcase jar
file to the latest version downloaded from https://opendatakit.org.
Source: R/get_briefcase.R
get_briefcase.Rd
Updates pre-installed ODK Briefcase jar
file to the latest version
downloaded from https://opendatakit.org.
Examples
# Get latest version of ODK Briefcase and save in a temporary directory
if (FALSE) { # \dontrun{
dirPath <- tempdir()
get_briefcase(destination = dirPath)
} # }