File: filesPaneNavigate.Rd

package info (click to toggle)
r-cran-rstudioapi 0.17.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 916 kB
  • sloc: makefile: 2
file content (15 lines) | stat: -rw-r--r-- 420 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/files-pane.R
\name{filesPaneNavigate}
\alias{filesPaneNavigate}
\title{Navigate to a Directory in the Files Pane}
\usage{
filesPaneNavigate(path)
}
\arguments{
\item{path}{The filesystem path to be shown.}
}
\description{
Navigate to a directory in the Files pane. The contents of that directory
will be listed and shown in the Files pane.
}