- path
a character string indicating the path of the script.
- line
a numeric value indicating the line in the script to navigate
to.
- col
a numeric value indicating the column in the script to
navigate to.
- cursor
logical: if TRUE
(default), the cursor moves to the
requested location after opening the document.
- run
logical: if TRUE
, the code is executed after the
document is opened
- echo
logical: if TRUE
(default), each expression is printed after
parsing, before evaluation.
- max.length
a numeric value indicating the maximal number of characters
output for the deparse of a single expression.
- spaced
logical: if TRUE
(default), empty line is printed before each
expression.
- save
logical: if TRUE
, the script is saved before closing
when using the function script.close
.
- all
logical: if TRUE
, all scripts opened in RStudio are
saved when using the function script.save
.
- check
logical: if TRUE
(default), argument specification is checked.