openR.Rd
Opens a text file in an RStudio interactive session. Must be using RStudio interactively. Similar to rstudioapi::navigateToFile() but without the added rstudioapi dependency.
RStudio
rstudioapi::navigateToFile()
openR(file)
A path to a file.
The file path, invisibly.