Opens a specified file for editing in the system's default editor (as configured by R).
Usage
rl_open_file(path = NULL, scope = c("user", "project"))Arguments
- path
Optional character string specifying the path to the file to open. If
NULL(default), a.Renvironfile is opened based on the value ofscope.- scope
Character string indicating which
.Renvironfile to open whenpath = NULL:user: Opens the user-level.Renvironproject: Opens or creates a.Renvironfile in the current working directory
