rapport.info: Template Info

Description Usage Arguments See Also Examples

View source: R/template.R

Description

Provides information about template metadata and/or inputs. See rapport.meta and rapport.inputs for details.

Usage

1
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

1
2
3
4
5
6
## 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)

rapport documentation built on April 12, 2021, 1:06 a.m.