evaluate_matches {HTSSIP} | R Documentation |
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
matches |
Match data |
env |
The environment in which to evaluate the expressions. |
Value
A character vector of replacement strings.
[Package HTSSIP version 1.4.1 Index]