| rapport.info {rapport} | R Documentation |
Provides information about template metadata and/or inputs. See rapport.meta and rapport.inputs for details.
rapport.info(fp, meta = TRUE, inputs = TRUE)
fp |
a template file pointer (see |
meta |
return template metadata? (defaults to |
inputs |
return template inputs? (defaults to |
## 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)