exportResultTable: Create the result table for the asi in input

View source: R/exportResultTable.R

exportResultTableR Documentation

Create the result table for the asi in input

Description

This function export results

Usage

exportResultTable(asid, stats, outfile)

Arguments

asid

Assay source id

stats

Statistics to export

outfile

Path to the output file

Details

This funtion is useful to export results in a table format

Value

None

Examples


outfile <- "export_stats.csv"
exportResultTable(asid=1L, stats=c("modl_acc", "modl_ga"), outfile=outfile)


philipmorrisintl/GladiaTOX documentation built on Aug. 27, 2023, 9:07 p.m.