glueDo: Wrapper Functions for the 'glue' Library

Provides convenient wrapper functions around the 'glue' library for common string interpolation tasks. The package simplifies the process of combining 'glue' string templating with common R functions like message(), warning(), stop(), print(), cat(), and file writing operations. Instead of manually calling glue() and then passing the result to these functions, 'glueDo' provides direct wrapper functions that handle both steps in a single call. This is particularly useful for logging, error handling, and formatted output in R scripts and packages. The main reference for the underlying 'glue' package is Hester and Bryan (2022) <https://CRAN.R-project.org/package=glue>.

Getting started

Package details

AuthorHoward Swerdfeger [aut, cre]
MaintainerHoward Swerdfeger <hswerdfe@gmail.com>
LicenseMIT + file LICENSE
Version0.1.0
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("glueDo")

Try the glueDo package in your browser

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

glueDo documentation built on June 8, 2025, 9:34 p.m.