parse_arguments: Parse Command Line Arguments

Description Usage Arguments

View source: R/arguments.R

Description

Parse command line arguments of the form --key=value and --key value. The values are assumed to be valid yaml and will be converted using yaml.load().

Usage

1
parse_arguments(arguments = NULL)

Arguments

arguments

A vector of command line arguments. When NULL (the default), the command line arguments received by the current R process are used.


TobiasHerr/tensorflow-r-fork documentation built on May 29, 2019, 2:10 p.m.