Nothing
#' Caribou survival
#' @format Data frame con 91 filas y 3 columnas:
#' \describe{
#' \item{herd}{Herd identifier.}
#' \item{wolf.density}{Wolf density of the herd as wolf / 100
#' km².}
#' \item{alive}{Caribou survival, `1` survives, `0` don't survive.}
#' }
#' @examples
#' data(caribou)
#' table(caribou$alive, caribou$herd)
"caribou"
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.