Create HTML fragment with CSS styling

css(
  template = "default",
  includeBootstrap = rock::opts$get("includeBootstrap")
)

Arguments

template

The template to load; either the name of one of the ROCK templates (currently, only 'default' is available), or the path and filename of a CSS file.

includeBootstrap

Whether to include the default bootstrap CSS.

Value

A character vector with the HTML fragment.