R/export_utils.R
export_scores.Rd
Export score table
export_scores(x, file, format = c("csv", "tsv"), include_meta = TRUE)
gleam_score object or data.frame.
gleam_score
Output file path.
Output format: csv or tsv.
csv
tsv
Whether to include metadata columns when input is score object.
Invisibly the exported data.frame.