Optional ReadonlyallowRSessionIf true, allows the execution of arbitrary R code. This is a security risk, as it allows the execution of arbitrary R code.
ReadonlyanalyzerThe flowR analyzer to use.
Optional ReadonlyhistoryThe file to use for persisting the repl's history. Passing undefined causes history not to be saved.
Optional ReadonlyoutputDefines two methods that every function in the repl uses to output its data.
Optional ReadonlyrlA 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.
Options for the repl function.