Package 'replr'

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

Help Index


An R REPL

Description

A simple - not yet fully functional - R REPL.

Usage

replr(prompt = ">>>> ", continue = "++++ ")

Arguments

prompt

A string. The text prompt.

continue

A string. The text prompt when from the second line onward if a multiline expression is passed.