Nothing
#' Titanic data set in long format
#' @description
#' This `titanic` dataset is equivalent to
#' `datasets::Titanic |> dplyr::as_tibble() |> tidyr::uncount(n)`.
#' @seealso [datasets::Titanic]
#' @importFrom tidyr uncount
#' @importFrom dplyr as_tibble
#' @keywords datasets
#' @export
titanic <- datasets::Titanic |> dplyr::as_tibble() |> tidyr::uncount(n)
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.