Return tags of the form <tag> that are contained in the string x.

getTagNames(x, bt = c("<>", "[]")[1], dbg = FALSE,
  expected.length = length(x))

Arguments

x

vector of character

bt

bracket type, must be one of c("<>", "[]"). Default: "<>"

dbg

if TRUE (default is FALSE) debug messages are shown

expected.length

if given and different from the length of x an error is thrown