createReportText {dataCompareR} | R Documentation |
createReportText: prepares text which is used in the summary report Saves R markdown and HTML reports in the area specified by the user. Reports are called RcompareReport.Rmd (.html) Uses knitr package to create tables in the markdown (createReportText function) and HTML report.
Description
createReportText: prepares text which is used in the summary report Saves R markdown and HTML reports in the area specified by the user. Reports are called RcompareReport.Rmd (.html) Uses knitr package to create tables in the markdown (createReportText function) and HTML report.
Usage
createReportText(x)
Arguments
x |
input object which summary comparison information |
Value
text in R markdown format
Examples
## Not run: createReportText(x=MysummaryCompareObject)
[Package dataCompareR version 0.1.4 Index]