| Title: | An R REPL Written in R |
|---|---|
| Description: | A simple - not yet fully functional - R REPL written in R. |
| Authors: | Daniel Herszenhut [aut, cre] (ORCID: <https://orcid.org/0000-0001-8066-1105>) |
| Maintainer: | Daniel Herszenhut <[email protected]> |
| License: | GPL (>= 2) |
| Version: | 0.0.0.9004 |
| Built: | 2026-05-17 07:38:29 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. |