extract_formats {HTSSIP} | R Documentation |
Extract String Interpolation Formats from Matched Placeholders
Description
An expression placeholder for string interpolation may optionally contain a
format valid for sprintf
. This function will extract such or
default to "s" the format for strings.
Usage
extract_formats(matches)
Arguments
matches |
Match data |
Value
A character vector of format specifiers.
[Package HTSSIP version 1.4.1 Index]