ReporteRs (version 0.8.5)

as.html.pot: get HTML code from a pot

Description

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

pot

Examples

Run this code
my_pot = pot("My tailor", textProperties(color="red") ) + "is " + pot("rich"
	, textProperties(font.weight="bold") )
as.html( my_pot )

Run the code above in your browser using DataCamp Workspace