tag_edit {roxytypes} | R Documentation |
Built a conversion edit
Description
Built a conversion edit
Usage
tag_edit(tag, new, matched)
Arguments
tag |
( |
new |
( |
matched |
( |
Value
(data.frame
) A single-observation dataset representing information for a tag edit. The
data.frame
row includes variables:
-
file
: (character[1]
) The source file for the tag. -
line
: (integer[1]
) The first line of the tag. -
n
: (integer[1]
) The number of lines the tag spans. -
matched
: (logical[1]
) Whether the tag matched a specified format. -
new
: (list[1](character)
) The new contents to replace the tag.
See Also
Other convert:
build_convert_edits()
,
convert_match_format()
,
convert_tag()
,
make_convert_edits()
[Package roxytypes version 0.1.1 Index]