Learn R Programming

shiny.semantic (version 0.3.0)

check_semantic_theme: Semantic theme path validator

Description

Semantic theme path validator

Usage

check_semantic_theme(theme_css, full_url = TRUE)

Arguments

theme_css

it can be either NULL, character with css path, or theme name

full_url

boolean flag that defines what is returned, either filename, or full path. Default TRUE

Value

path to theme or filename

Examples

Run this code
# NOT RUN {
check_semantic_theme(NULL)
check_semantic_theme("darkly")
check_semantic_theme("darkly", full_url = FALSE)
# }

Run the code above in your browser using DataLab