File: getActiveProject.Rd

package info (click to toggle)
r-cran-rstudioapi 0.18.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 956 kB
  • sloc: makefile: 2
file content (20 lines) | stat: -rw-r--r-- 529 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/stubs.R
\name{getActiveProject}
\alias{getActiveProject}
\title{Retrieve path to active RStudio project}
\usage{
getActiveProject()
}
\value{
The path to the current project, or \code{NULL} if no project is
currently open.
}
\description{
Get the path to the active RStudio project (if any). If the path contains
non-ASCII characters, it will be UTF-8 encoded.
}
\note{
The \code{getActiveProject} function was added in version 0.99.854 of
RStudio.
}