#' @importFrom dplyr pull
#' @importFrom magrittr extract2
pull_extract <- function(df, col_name){
df %>%
pull({{ col_name }}) %>%
extract2(1)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.