Rdocumentation
powered by
Learn R Programming
argufy (version 2.0.0)
rd_find: Find a given tag (the first one) in an Rd object
Description
Find a given tag (the first one) in an Rd object
Usage
rd_find(rd, tag)
Arguments
rd
Rd object.
tag
Character scalar, tag to find.
Value
The tag, or NULL of not found.