Provides a never-ending repl (read-evaluate-print loop) processor that can be used to interact with a RShell as well as all flowR scripts.
The repl allows for two kinds of inputs:
Starting with a colon :, indicating a command (probe :help, and refer to commands)
Starting with anything else, indicating default R code to be directly executed. If you kill the underlying shell, that is on you!
It takes a single FlowrReplOptions object, which it destructures; see there for what each option does.
For the execution, this function makes use of replProcessAnswer.
Provides a never-ending repl (read-evaluate-print loop) processor that can be used to interact with a RShell as well as all flowR scripts.
The repl allows for two kinds of inputs:
:, indicating a command (probe:help, and refer to commands)It takes a single FlowrReplOptions object, which it destructures; see there for what each option does. For the execution, this function makes use of replProcessAnswer.