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, ...)

Arguments

path

A character vector of the file to be opened.

...

Additional arguments to be passed into rstudioapi::navigateToFile().

Value

NA; used for side effects to open a file in RStudio.