evaluate_matches: Evaluate String Interpolation Matches
Description
The expression part of string interpolation matches are evaluated in a
specified environment and formatted for replacement in the original string.
Usage
evaluate_matches(matches, env)
Arguments
env
The environment in which to evaluate the expressions.
Value
A character vector of replacement strings.