Description Usage Arguments Value Examples
Writes a rmd file for the Multidimensional Scaling Report [WIP]
1 2 3 | ## S3 method for class 'MDSAnalysisReport'
writeReport(report, sub.dir = "Data_Report",
save.mode = TRUE, override = FALSE)
|
report |
[ |
sub.dir |
[ |
save.mode |
[ |
override |
[ |
Invisible NULL
1 2 3 4 5 | mds.task = makeMDSTask(id = "swiss", data = swiss)
mds.analysis.result = makeMDSAnalysis(mds.task)
mds.analysis.report = makeReport(mds.analysis.result)
#write the report
writeReport(mds.analysis.report, save.mode = FALSE, override = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.