extract_expressions: 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)
Value
list of R expressions