bold_italic | R Documentation |
Vector changes from character to html character. Designed to be used in shiny or html outputs.
bold_italic(x, which = c("bold", "italic", "both"), ...)
x |
A character vector of length 1. |
which |
A character vector of length 1. Options: 'bold', 'italic' or 'both'. |
... |
Other parameters passed onto |
An html character vector.
bold_italic('Hola')
bold_italic(c('Hola'),'italic')
bold_italic('Hola','both')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.