R/imports.R

#' glue
#'
#' See \code{glue::\link[glue]{glue}} for details.
#'
#' @name glue
#' @rdname glue
#' @keywords internal
#' @export
#' @importFrom glue glue
#'
#' @examples
#' total <- 2
#' glue('1 + 1 = {total}')
#'
#' #>  1 + 1 = 2
NULL


#' @importFrom stats setNames
NULL
UBESP-DCTV/clumpr documentation built on July 3, 2021, 11:23 p.m.