convert_match_format | R Documentation |
Match a conversion format and structure results
convert_match_format(x, format)
x |
( |
format |
( |
(: list
) A named list of type
, description
and matched
fields. type
and
description
represent the result of captured groups. If no capture groups
were used, the raw string is used as a description. matched
is a
logical[1]
indicating whether the provided format matched against the
provided input.
Other convert:
build_convert_edits()
,
convert_tag()
,
make_convert_edits()
,
tag_edit()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.