print_var_vector | R Documentation |
This is useful for printing out a list of the parsed command-line
arguments for a script. The output is generally more compact than
print()
or str()
.
print_var_vector(v)
v |
A named list or vector |
Returns v
invisibly.
x <- list(verbose = TRUE, infile = "a.txt", outfile = "b.txt", ncores = 8) print_var_vector(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.