## Creates a new web page 'test.html'
p <- openPage('test.html')
hwrite('Iris example', p, center=TRUE, heading=1)
hwrite(iris, p, row.bgcolor='#ffa')
closePage(p)
## Opens a web browser
browseURL('test.html')Run the code above in your browser using DataLab