Learn R Programming

NMproject (version 0.6.9)

setup_code_completion: Set up code completion for NMproject

Description

[Experimental]

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

Usage

setup_code_completion(force = FALSE, snippet_path = find_snippet_path())

Value

No return value, called for side effects.

Arguments

force

Logical. The default is FALSE which will require user confirmation before editing r.snippets.

snippet_path

Character path to the r.snippets file.