rl_open_file | R Documentation |
Opens a specified file for editing in the system's default editor (as configured by R).
rl_open_file(path = NULL, scope = c("user", "project"))
path |
Optional character string specifying the path to the file to open.
If |
scope |
Character string indicating which
|
(Invisibly) returns the path to the file opened.
## Not run:
# Open user-level .Renviron
open_file()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.