save_table: Save DataTable in multiple formats

View source: R/DataSetList.R

save_tableR Documentation

Save DataTable in multiple formats

Description

Save DataTable in multiple formats

Usage

save_table(df, file, format = NULL)

Arguments

df

The DataTable to store

file

String. The name of the figure file, with the extension of the required file-format

format

Optional, string. Overwrites the extension of the 'file' parameter. If not specified while file does not have an extension, it defaults to csv

Examples

df <- generate_data.Single_Function(subset(dsl, funcId == 1), which = 'by_RT')
save_table(df, tempfile(fileext = ".md"))

IOHprofiler/IOHanalyzer documentation built on Feb. 1, 2024, 11:35 a.m.