Interpreted String Literals
Coerce object to glue
Construct strings with color
Collapse a character vector
Safely interpolate strings
Interpolate strings with SQL escaping
glue: Interpreted String Literals
Format and interpolate a string
Parse and Evaluate R code
Quoting operators
Trim a character vector
An implementation of interpreted string literals, inspired by Python's Literal String Interpolation <https://www.python.org/dev/peps/pep-0498/> and Docstrings <https://www.python.org/dev/peps/pep-0257/> and Julia's Triple-Quoted String Literals <https://docs.julialang.org/en/v1.3/manual/strings/#Triple-Quoted-String-Literals-1>.
Useful links