Description Usage Arguments Details Value Examples
View source: R/exportResultTable.R
This function export results
1 | exportResultTable(asid, stats, outfile)
|
asid |
Assay source id |
stats |
Statistics to export |
outfile |
Path to the output file |
This funtion is useful to export results in a table format
None
1 2 | outfile <- "export_stats.csv"
exportResultTable(asid=1L, stats=c("modl_acc", "modl_ga"), outfile=outfile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.