Expand description
Tab completion for R builtin functions, keywords, and named parameters.
Provides completions from four sources:
- R keywords (if, for, function, etc.)
- R literal constants (TRUE, FALSE, NULL, NA, etc.)
- All registered builtin function names
- Named parameters when inside a function call (e.g.
runif(n = 10, mโmin =)
Structsยง
Functionsยง
- complete_
params ๐ - complete_
params_ ๐from_ strings - extract_
doc_ ๐params - Extract parameter names from @param doc lines (for variadic builtins).
- find_
enclosing_ ๐function - Try to find the enclosing function name for the cursor position.