get_briefcase: Updates pre-installed ODK Briefcase 'jar' file to the latest...

View source: R/get_briefcase.R

get_briefcaseR Documentation

Updates pre-installed ODK Briefcase jar file to the latest version downloaded from https://opendatakit.org.

Description

Updates pre-installed ODK Briefcase jar file to the latest version downloaded from https://opendatakit.org.

Usage

get_briefcase(destination = "", briefcase = "odkBriefcase_latest")

Arguments

destination

Path to directory where ODK Briefcase .jar file will be downloaded into

briefcase

Filename of the downloaded ODK Briefcase .jar file. Default is "odkBriefcase_latest"

Examples

  # Get latest version of ODK Briefcase and save in a temporary directory
    ## Not run: 
      dirPath <- tempdir()
      get_briefcase(destination = dirPath)
    
## End(Not run)

validmeasures/odkr documentation built on Oct. 16, 2024, 3:55 p.m.