save_table {IOHanalyzer} | R 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"))
[Package IOHanalyzer version 0.1.8.10 Index]