r_completions_function_call_metadata {shinyAce} | R Documentation |
R completions when cursor is within a function call
Description
R completions when cursor is within a function call
Usage
r_completions_function_call_metadata(fname, completions)
Arguments
fname |
the function name for which the function call specific completion metadata should be constructed |
completions |
a character vector of completions. These will serve as the foundation for building added R-specific metadata |
[Package shinyAce version 0.4.2 Index]