tag_edit {roxytypes}R Documentation

Built a conversion edit

Description

Built a conversion edit

Usage

tag_edit(tag, new, matched)

Arguments

tag

(roxygen2::roxy_tag()) A roxygen2 tag to convert.

new

(character) The new content used to replace the tag.

matched

(logical[1]) Whether the content was generated based on a match of a specified format.

Value

(data.frame) A single-observation dataset representing information for a tag edit. The data.frame row includes variables:

See Also

Other convert: build_convert_edits(), convert_match_format(), convert_tag(), make_convert_edits()


[Package roxytypes version 0.1.1 Index]