open_files | R Documentation |
Open a standard set of files for editing in RStudio.
open_files(files = c("TODO.md", "NEWS.md", "README.Rmd", "DESCRIPTION"))
files |
vector of files to open. |
By default, open_files()
opens four documents in RStudio: TODO.md
, NEWS.md
, README.Rmd
,
and DESCRIPTION
.
open_files()
will stop with an error if RStudio is not running.
named character vector of files opened.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.