Optional ReadonlyallowIf 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 loading and persisting the repl's history. Passing an empty string neither reads nor writes it.
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.
If you want to provide a custom one but use the same completer, refer to replCompleter.
Options for the repl function.