check_semantic_theme: Semantic theme path validator

Description Usage Arguments Value Examples

View source: R/semanticPage.R

Description

Semantic theme path validator

Usage

1
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

1
2
3

Example output

Attaching package:shiny.semanticThe following object is masked frompackage:graphics:

    grid

The following object is masked frompackage:utils:

    menu

[1] "https://d335w9rbwpvuxm.cloudfront.net/2.8.3/semantic.min.css"
[1] "https://d335w9rbwpvuxm.cloudfront.net/2.8.3/semantic.darkly.min.css"
[1] "semantic.darkly.min.css"

shiny.semantic documentation built on Nov. 7, 2021, 5:07 p.m.