glue is designed to make it easy to interpolate (“glue”) your data into strings. Compared to equivalents like paste() and sprintf() it is easier to write and less time consuming to maintain. It also has no non-base dependencies so is easy to include in packages
glue
glue
Talks
Glue Strings To Data With Glue
String interpolation, evaluating a variable name to a value within a string, isa feature of many programming languages including …