Nothing
library(opalr)
options(opal.opts=list(
sslcert='certificate.pem',
sslkey='key.pem',
ssl.verifypeer=0,
ssl.verifyhost=0))
o <- opal.login(url='https://localhost:8443')
opal.projects(o)
opal.logout(o)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.