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
cedricbatailler/JSmediation documentation built on Jan. 27, 2025, 9:53 p.m.