get_help: get_help

Description Usage Arguments Value Examples

View source: R/get_help.R

Description

Get help with command line interface for ODK Briefcase

Usage

1
get_help(target = "", briefcase = "odkBriefcase_latest")

Arguments

target

Path to directory of ODK Briefcase .jar file. Directory path should match directory path used when calling get_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 is odkBriefcase_latest to match the default filename used by get_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

Value

Help notes on usage of ODK Briefcase via command line interface

Examples

1
2
3
4
5
6
## Not run: 
  dirPath <- tempdir()
  get_briefcase(destination = dirPath)
  get_help(target = dirPath)

## End(Not run)

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