knit_print.clinDataReviewMetadata {clinDataReview}R Documentation

Print metadata file in the clinical data report

Description

This function receives the metadata information from getMetadata and prints them in a format for an Rmd report. In general, any list could be called as long as it is composed by two elements:

The first (summaryInfo) is printed as kable object and the second (datasetInfo) is printed as hide/show html button with the function collapseHtmlContent.

Usage

## S3 method for class 'clinDataReviewMetadata'
knit_print(x, options = list(), ...)

Arguments

x

List of two elements named summaryInfo and datasetInfo.

options

List of extra options to be passed as chunk options. The option dateReportRun sets to true prints the date and time of the report creation.

...

Extra arguments to be passed.

Value

Nothing. The tables are ready to be printed in Rmd.

html code to include metadata in a report


[Package clinDataReview version 1.5.0 Index]