extract_expressions {HTSSIP} | R Documentation |
Extract Expression Objects from String Interpolation Matches
Description
An interpolation match object will contain both its wrapping ${ }
part
and possibly a format. This extracts the expression parts and parses them to
prepare them for evaluation.
Usage
extract_expressions(matches)
Arguments
matches |
Match data |
Value
list of R expressions
[Package HTSSIP version 1.4.1 Index]