rapport.info {rapport} | R Documentation |
Template Info
Description
Provides information about template metadata and/or inputs. See rapport.meta
and rapport.inputs
for details.
Usage
rapport.info(fp, meta = TRUE, inputs = TRUE)
Arguments
fp |
a template file pointer (see |
meta |
return template metadata? (defaults to |
inputs |
return template inputs? (defaults to |
See Also
Examples
## Not run:
rapport.info('Example') # return both metadata and inputs
rapport.info('Crosstable', inputs = FALSE) # return only template metadata
rapport.info('Correlation', meta = FALSE) # return only template inputs
## End(Not run)
[Package rapport version 1.1 Index]