| get.tags {rapport} | R Documentation |
Returns report tag vales (usually regexes): either user-defined, or the default ones.
get.tags(tag.type = c("all", "header.open", "header.close", "comment.open",
"comment.close"), preset = c("user", "default"))
tag.type |
a character value with tag value name |
preset |
a character value specifying which preset to return |
Default parameters are read from options:
'header.open',
'header.close',
'comment.open',
'comment.close'.
either a list (default) or a character value with tag regexes
## Not run:
get.tags() # same as 'get.tags("all")'
get.tags("header.open")
## End(Not run)