use.cardpro {card.pro}R Documentation

Include stylesheets and scripts

Description

Use the package scripts and stylesheets in a page

Usage

use.cardpro(
  theme = letters[1:5],
  jquery = FALSE,
  jqueryui = TRUE,
  fontawesome = FALSE,
  template = "bundle"
)

Arguments

theme

The template type

jquery

option. logical. include jquery

jqueryui

option. logical. include jquery UI

fontawesome

option. logical. include fontawesome

template

template folder

Value

A list of files to be inserted in the header of a page

Examples

if(interactive()){
use.cardpro()
use.cardpro(theme="a",jqueryui = T, fontawesome = F)
}

[Package card.pro version 2.1.0 Index]