Intelligent code completion is an experimental way to type NMproject code.
This function modifies/creates r.snippets
. Needs to be run interactively.
Will ask for user confirmation since snippets are an RStudio config setting
setup_code_completion(force = FALSE, snippet_path = find_snippet_path())
Logical. The default is FALSE
which will require user
confirmation before editing r.snippets
.
Character path to the r.snippets
file.
No return value, called for side effects.