R/pst.R

Defines functions pst

Documented in pst

#' @title Simple wrapper for paste0().
#' @param ... Passed to paste0().
#' @export

pst <- function(...) {
    paste0(...)
}

Try the onlineforecast package in your browser

Any scripts or data that you put into this service are public.

onlineforecast documentation built on Oct. 12, 2023, 5:15 p.m.