usage: Set the Script Expected Parameters

Description Usage Arguments Examples

Description

This function checks the passed parameters against what is expected for a particular script. See examples for usage.

Usage

1

Arguments

usage

Either a single list of arguments, or a character string.

Examples

1
2
3
4
5
expected_args <- list(
  input="Location of input file.",
  output="Location of output file."
)
usage(expected_args)

kevinushey/RCLI documentation built on May 20, 2019, 9:08 a.m.