dataCompareR (version 0.1.0)

createReportText: 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

Run this code
# NOT RUN {
 
# }
# NOT RUN {
createReportText(x=MysummaryCompareObject)
# }

Run the code above in your browser using DataCamp Workspace