Nothing
## ----setup, include = FALSE---------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
## ----eval = FALSE-------------------------------------------------------------
# #' @examplesx
# #'
# #' @caption Showcasing the first functionality of `fun()` (`arg1`)
# #'
# #' @info This is the detailed text for the first example.
# #'
# #' @code
# #'
# #' fun(arg1 = TRUE)
# #'
# #' @caption Showcasing the second functionality of `fun()` (`arg2`)
# #'
# #' @info This is the detailed text for the first example.
# #'
# #' @code
# #'
# #' fun(arg2 = FALSE)
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.