extract_formats: Extract String Interpolation Formats from Matched...

Description Usage Arguments Value

View source: R/stringterpolate.R

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

1
extract_formats(matches)

Arguments

matches

Match data

Value

A character vector of format specifiers.


HTSSIP documentation built on Sept. 14, 2019, 1:02 a.m.