File: removeTheme.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-- 393 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{removeTheme}
\alias{removeTheme}
\title{Remove a custom theme from RStudio.}
\usage{
removeTheme(name)
}
\arguments{
\item{name}{The unique name of the theme to remove.}
}
\description{
Remove a custom theme from RStudio.
}
\note{
The \code{removeTheme} function was introduced in RStudio 1.2.879.
}