stringCSSRule | R Documentation |
Applies a CSS statement template stored in the package settings. These templates use the htmlTemplate format, meaning placeholders are marked using the placeholder convention. Each placeholder value should be passed as a named argument to the function using the placeholder value as a name. Used primarily as a shorthand to stringTemplate for stored templates.
stringCSSRule(template, ...)
template |
The template name to use. Available templates are saved in
options, under |
... |
Named arguments to use in the template string. All placeholders in the template must have a corresponding named argument. |
A valid CSS string.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.