tensorflow (version 0.9)

parse_arguments: Parse Command Line Arguments

Description

Parse command line arguments of the form --key=value and --key value.

Usage

parse_arguments(arguments = commandArgs(trailingOnly = TRUE))

Arguments

arguments

A vector of command line arguments. Defaults to the command line arguments received by R.