Nothing
## -----------------------------------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
## -----------------------------------------------------------------------------
# #' An S4 class to represent a bank account
# #'
# #' @slot balance A length-one numeric vector
# #' @export
# Account <- setClass("Account", slots = list(balance = "numeric"))
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.