rapport.header {rapport} | R Documentation |
Template Header
Description
Returns rapport
template header from provided path or a character vector.
Usage
rapport.header(
fp,
open.tag = get.tags("header.open"),
close.tag = get.tags("header.close"),
...
)
Arguments
fp |
a template file pointer (see |
open.tag |
a string with opening tag (defaults to value of user-defined |
close.tag |
a string with closing tag (defaults to value of user-defined |
... |
additional arguments to be passed to |
Value
a character vector with template header contents
[Package rapport version 1.1 Index]