File: bootswatch_themes.Rd

package info (click to toggle)
r-cran-bslib 0.4.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 9,332 kB
  • sloc: javascript: 10,075; makefile: 30; sh: 23
file content (19 lines) | stat: -rw-r--r-- 524 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/bootswatch.R
\name{bootswatch_themes}
\alias{bootswatch_themes}
\title{Obtain a list of all available bootswatch themes.}
\usage{
bootswatch_themes(version = version_default(), full_path = FALSE)
}
\arguments{
\item{version}{the major version of Bootswatch.}

\item{full_path}{whether to return a path to the installed theme.}
}
\value{
a character vector of Bootswatch themes.
}
\description{
Obtain a list of all available bootswatch themes.
}