• 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!

    Parameters

    Returns Promise<void>