File: getMode.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 (16 lines) | stat: -rw-r--r-- 444 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/code.R
\name{getMode}
\alias{getMode}
\title{Report whether RStudio Desktop or RStudio Server is in use}
\usage{
getMode()
}
\value{
"desktop" for RStudio Desktop installations, and
"server" for RStudio Server / RStudio Workbench installations.
}
\description{
Use \code{getMode()} if you need to differentiate between server
and desktop installations of RStudio.
}