write_xlsx {quincunx} | R Documentation |
Export a PGS Catalog object to xlsx
Description
This function exports a PGS Catalog object to Microsoft Excel xlsx file. Each table (slot) is saved in its own sheet.
Usage
write_xlsx(x, file = stop("`file` must be specified"))
Arguments
x |
A scores, publications, traits, performance_metrics, sample_sets, cohorts, trait_categories or releases object. |
file |
A file name to write to. |
Value
No return value, called for its side effect.
[Package quincunx version 0.1.7 Index]