template | R Documentation |
Define error and warning templates.
template.e(pat = "%s")
template.w(pat = "%s")
pat |
Pattern to use, must include |
msg <- "Something's wrong"
# default
e(msg)
# template
template.e("Whoops: %s - sorry!")
e(msg)
# reset
template.e()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.