powered by
Sends a piece of HTML code to the server and adds it at the end or the body element.
body
sendHTML(html = "")
HTML code that will be added to the web page.
sendData, sendCommand, callFunction, openPage.
sendData
sendCommand
callFunction
openPage
# 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