Skip to main content

Module repl

Module repl 

Source
Expand description

REPL support: syntax highlighting, tab completion, input validation, and history hints.

Modulesยง

completer ๐Ÿ”’
Tab completion for R builtin functions, keywords, and named parameters.
highlighter ๐Ÿ”’
R syntax highlighting for the REPL.
prompt ๐Ÿ”’
Custom R prompt for the REPL.
validator ๐Ÿ”’
R input validation for multi-line editing.

Structsยง

RCompleter
RHighlighter
RPrompt
RValidator