Args | R Documentation |
Provides access to a copy of the arguments supplied to an object of class "ParsedArgs".
Args(x, type = c("original", "all", "trailingOnly"))
x |
an object of class "ParsedArgs". |
type |
a string naming the type of arguments to extract from |
Args
extracts the arguments provided to an object of class
"ParsedArgs". The types have the following meaning:
original arguments supplied when x
was created
arguments after resolving all from-file arguments
arguments supplied after the "skip"
argument
character vector containing the arguments supplied when x
was created.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.