Return tags of the form <tag> that are contained in the string x.
getTagNames(x, bt = c("<>", "[]")[1], dbg = FALSE, expected.length = length(x))
x | vector of character |
---|---|
bt | bracket type, must be one of c("<>", "[]"). Default: "<>" |
dbg | if |
expected.length | if given and different from the length of |