rapport.info: Template Info

View source: R/template.R

rapport.infoR 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 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

## 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)

Rapporter/rapport documentation built on June 10, 2025, 4:59 a.m.