R/utils-glue.R

#' Format and interpolate a string
#'
#' @description
#'
#' * [`glue::glue`] formats and interpolates a string. Expressions enclosed by
#'   braces will be evaluated as R code. Long strings are broken by line and
#'   concatenated together. Leading whitespace and blank lines from the first
#'   and ast lines are automatically trimmed.
#'
#' @name glue

#' @keywords internal
#' @noRd
#'
#' @importFrom glue glue
#' @aliases glue
NULL

Try the JSmediation package in your browser

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

JSmediation documentation built on Feb. 16, 2023, 7:25 p.m.