
Last chance! 50% off unlimited learning
Sale ends in
Provides information about template metadata and/or inputs. See rapport.meta
and rapport.inputs
for details.
rapport.info(fp, meta = TRUE, inputs = TRUE)
a template file pointer (see rapport:::rapport.read
for details)
return template metadata? (defaults to TRUE
)
return template inputs? (defaults to TRUE
)
rapport.meta
rapport.inputs
if (FALSE) {
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 DataLab