file_open: Open a File in RStudio

Description Usage Arguments Value

View source: R/func_files.R

Description

This function is simply a wrapper around rstudioapi::navigateToFile() and will open the file specified by the path argument in the current RStudio window.

Usage

1
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.


jdtrat/jdtools documentation built on Dec. 20, 2021, 10:05 p.m.