Learn R Programming

fresh (version 0.2.1)

search_vars_bs: Search Bootstrap variables

Description

Search Bootstrap variables

Usage

search_vars_bs(
  pattern = NULL,
  theme = c("default", "cerulean", "cosmo", "cyborg", "darkly", "flatly", "journal",
    "lumen", "paper", "readable", "sandstone", "simplex", "slate", "spacelab",
    "superhero", "united", "yeti")
)

Value

a data.frame with two columns:

  • variable : name of the variable.

  • value default value used.

Arguments

pattern

A pattern to filter the results.

theme

Name of the theme for which to search the variables.

Examples

Run this code

# List default variables for Bootstrap 3
search_vars_bs()

# Variables for flatly theme
search_vars_bs("flatly")

Run the code above in your browser using DataLab