R/other_package_exports.R

#' 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
skgrange/hyr documentation built on March 27, 2024, 12:38 a.m.