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:
-
summaryInfo
: an R object. -
datasetInfo
: a data.frame or a matrix.
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 |
options |
List of extra options to be passed as chunk options.
The option |
... |
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.6.1 Index]