Optional
Readonly
allowRSessionIf true, allows the execution of arbitrary R code. This is a security risk, as it allows the execution of arbitrary R code.
Optional
Readonly
historyThe file to use for persisting the repl's history. Passing undefined causes history not to be saved.
Optional
Readonly
outputDefines two methods that every function in the repl uses to output its data.
Optional
Readonly
rlA potentially customized readline interface to be used for the repl to read from the user, we write the output with the output
interface.
completer
, refer to replCompleter.Optional
Readonly
shellThe shell to use, if you do not pass one it will automatically create a new one with the revive
option set to 'always'.
Options for the repl function.