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