File: applyTheme.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 (17 lines) | stat: -rw-r--r-- 396 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/themes.R
\name{applyTheme}
\alias{applyTheme}
\title{Apply an Editor Theme to RStudio}
\usage{
applyTheme(name)
}
\arguments{
\item{name}{The unique name of the theme to apply.}
}
\description{
Applies the specified editor theme to RStudio.
}
\note{
The \code{applyTheme} function was introduced in RStudio 1.2.879.
}