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.