Description Usage Arguments Value Examples
Writes a rmd file for the report [WIP]
1 2 3 | ## S3 method for class 'PCAReport'
writeReport(report, sub.dir = "Data_Report",
save.mode = TRUE, override = FALSE)
|
report |
[ |
sub.dir |
[ |
save.mode |
[ |
override |
[ |
rmd-file location
1 2 3 4 5 | pca.task = makePCATask(id = "Probe", data = iris, target = "Species",
tol = 1e-1, center = TRUE)
pca.result = makePCA(pca.task)
pca.report = makeReport(pca.result)
writeReport(pca.report, save.mode = FALSE, override = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.