Title: | An R REPL Written in R |
---|---|
Description: | A simple - not yet fully functional - R REPL written in R. |
Authors: | Daniel Herszenhut [aut, cre] |
Maintainer: | Daniel Herszenhut <[email protected]> |
License: | GPL (>= 2) |
Version: | 0.0.0.9004 |
Built: | 2025-01-26 06:11:25 UTC |
Source: | https://github.com/dhersz/replr |
A simple - not yet fully functional - R REPL.
replr(prompt = ">>>> ", continue = "++++ ")
replr(prompt = ">>>> ", continue = "++++ ")
prompt |
A string. The text prompt. |
continue |
A string. The text prompt when from the second line onward if a multiline expression is passed. |