R/files-pane.R

Defines functions filesPaneNavigate

Documented in filesPaneNavigate

#' Navigate to a Directory in the Files Pane
#' 
#' Navigate to a directory in the Files pane. The contents of that directory
#' will be listed and shown in the Files pane.
#' 
#' 
#' @param path The filesystem path to be shown.
#' @export filesPaneNavigate
filesPaneNavigate <- function(path) {
  callFun("filesPaneNavigate", path)
}

Try the rstudioapi package in your browser

Any scripts or data that you put into this service are public.

rstudioapi documentation built on July 9, 2023, 6:59 p.m.