complete {hera} | R Documentation |
Code completion
Description
Code completion
Usage
complete(code, cursor_pos = nchar(code))
Arguments
code |
R code to complete |
cursor_pos |
position of the cursor |
Value
a list that contains potential completions as the first item
Examples
complete("rnorm(")
[Package hera version 0.1.1 Index]