#' pull_first
#'
#' @param x tibble
#' @param ... passed to [dplyr::pull()]
#'
#' @return object
#' @export
#'
pull_first <- function (x, ...) {
dplyr::pull(x, ...)[[1]]
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.