Home
Press ? for keyboard navigation
❮
Script name
if-statement
❯
Command line arguments
examples/other/command_line_arguments.R
args
=
commandArgs
(
trailingOnly
=
TRUE
)
print
(
length
(
args
))
print
(
args
[
1
])
print
(
args
[
2
])
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)