This function is simply a wrapper around rstudioapi::navigateToFile()
and
will open the file specified by the path
argument in the current RStudio
window.
file_open(path, ...)
path | A character vector of the file to be opened. |
---|---|
... | Additional arguments to be passed into
|
NA; used for side effects to open a file in RStudio.