as.html.pot
From ReporteRs v0.7.7
by David Gohel
get HTML code from a pot
get HTML code from a pot
Usage
## S3 method for class 'pot':
as.html(object, ...)
Arguments
- object
- the
pot
object - ...
- further arguments passed to other methods
Value
- a character value
See Also
Examples
my_pot = pot("My tailor", textProperties(color="red") ) + "is " + pot("rich"
, textProperties(font.weight="bold") )
as.html( my_pot )
Community examples
Looks like there are no examples yet.