View source: R/utilities-label.R
asLabel | R Documentation |
Set a character string into a Label
object associating font properties to input
If text is already a Label
object, asLabel
can be used to update its font properties
asLabel(text = "", font = NULL)
text |
A character value |
font |
A |
A Label
object
title <- "Title of Plot"
title <- asLabel(title)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.