ReporteRs (version 0.6.0)

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

Description

get HTML code from a pot

Usage

# S3 method for 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
# NOT RUN {
#START_TAG_TEST
my_pot = pot("My tailor", textProperties(color="red") ) + " is " + pot("rich"
	, textProperties(font.weight="bold") )
as.html( my_pot )
#STOP_TAG_TEST
# }

Run the code above in your browser using DataCamp Workspace