get_briefcase: get_briefcase

Description Usage Arguments Examples

View source: R/get_briefcase.R

Description

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

Usage

1
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

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

odkr documentation built on Feb. 11, 2018, 3:10 p.m.