use.cardpro | R Documentation |
Use the package scripts and stylesheets in a page
use.cardpro(
theme = letters[1:5],
jquery = FALSE,
jqueryui = TRUE,
fontawesome = FALSE,
template = "bundle",
fix.header = FALSE
)
theme |
The template type |
jquery |
option. logical. include jquery |
jqueryui |
option. logical. include jquery UI |
fontawesome |
option. logical. include fontawesome |
template |
template folder |
fix.header |
logical. fix header if titlePanel2() is used in UI |
A list of files to be inserted in the header of a page
Theme options are "a", "b", "c", "d" or "e"
if(interactive()){
use.cardpro()
use.cardpro(theme="a",jqueryui = TRUE, fontawesome = FALSE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.