Learn R Programming

rapport (version 0.51)

tpl.info: Template Info

Description

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

Usage

tpl.info(fp, meta = TRUE, inputs = TRUE)

Arguments

fp
a template file pointer (see tpl.find for details)
meta
return template metadata? (defaults to TRUE)
inputs
return template inputs? (defaults to TRUE)

Examples

Run this code
tpl.info('example')  # return both metadata and inputs
tpl.info('crosstable', inputs = FALSE)  # return only template metadata
tpl.info('correlations', meta = FALSE)  # return only template inputs

Run the code above in your browser using DataLab