
Last chance! 50% off unlimited learning
Sale ends in
Sends a piece of HTML code to the server and adds it at the end
or the body
element.
sendHTML(html = "")
HTML code that will be added to the web page.
# NOT RUN {
openPage(FALSE)
sendHTML("Test...")
sendHTML("This is <b>bold</b>")
sendHTML("<table><tr><td>1</td><td>2</td></tr><tr><td>3</td><td>4</td></tr></table>")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab