Learn R Programming

bslib (version 0.8.0)

builtin_themes: Obtain a list of all available built-in bslib themes.

Description

Obtain a list of all available built-in bslib themes.

Usage

builtin_themes(version = version_default(), full_path = FALSE)

Value

Returns a character vector of built-in themes provided by bslib.

Arguments

version

the major version of Bootstrap.

full_path

whether to return a path to the installed theme.

See Also

Other Bootstrap theme utility functions: bootswatch_themes(), bs_get_variables(), theme_bootswatch(), theme_version(), versions()