rapport (version 1.0)

rapport.info: 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 rapport:::rapport.read for details)

meta

return template metadata? (defaults to TRUE)

inputs

return template inputs? (defaults to TRUE)

See Also

rapport.meta rapport.inputs

Examples

Run this code
# 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
# }

Run the code above in your browser using DataCamp Workspace