#' Pseudo-function to re-export base R's functions.
#'
#' @name utils-functions
#'
#' @importFrom utils read.table write.table menu head
NULL
#' Pseudo-function to re-export \strong{stringr}'s common functions.
#'
#' @name stringr-functions
#'
#' @importFrom stringr str_c str_remove_all str_pad str_to_upper
NULL
#' Pseudo-function to re-export \strong{lubridate}'s common functions.
#'
#' @name lubridate-functions
#'
#' @importFrom lubridate year month day hour ymd floor_date ceiling_date hours
#' days
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.