View source: R/exportResultTable.R
exportResultTable | R Documentation |
This function export results
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
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.