| parse_arguments {tensorflow} | R Documentation |
Parse command line arguments of the form '–key=value' and '–key value'.
parse_arguments(arguments = commandArgs(trailingOnly = TRUE))
arguments |
A vector of command line arguments. Defaults to the command line arguments received by R. |