require(qrmarkdown)
jid <- q.push(name='test', code="ls()")
print( q.run(jid))
q.show()
jid <- q.push(name='test', code="stop('xxx execption') ")
q.run(jid)
q.ls('fail')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.