css {rock} | R Documentation |
Create HTML fragment with CSS styling
Description
Create HTML fragment with CSS styling
Usage
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.
[Package rock version 0.8.1 Index]