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.
createReportText(x)
x |
input object which summary comparison information |
text in R markdown format
## Not run: createReportText(x=MysummaryCompareObject)