cmdArgsToVariables {manta} | R Documentation |
Take the names of the variables specified on the R CMD BATCH call and turn them into R variables Assign the values after '=' to these variables.
cmdArgsToVariables()
variable(s) stored in memory
## Not run: ## R CMD BATCH --some.variable=testing cmdArgsToVariables() print(some.variable) #> 'testing' ## End(Not run)