powered by
Semantic theme path validator
check_semantic_theme(theme_css, full_url = TRUE)
it can be either NULL, character with css path, or theme name
boolean flag that defines what is returned, either filename, or full path. Default TRUE
path to theme or filename
# 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