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

Description Usage Arguments Value See Also Examples

View source: R/pot.R

Description

get HTML code from a pot

Usage

1
2
## 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

1
2
3
4
5
if( check_valid_java_version() ){
my_pot = pot("My tailor", textProperties(color="red") ) + " is " + pot("rich"
	, textProperties(font.weight="bold") )
as.html( my_pot )
}

davidgohel/ReporteRs documentation built on March 23, 2020, 11 p.m.