powered by
Save DataTable in multiple formats
save_table(df, file, format = NULL)
The DataTable to store
String. The name of the figure file, with the extension of the required file-format
Optional, string. Overwrites the extension of the `file` parameter. If not specified while file does not have an extension, it defaults to csv
df <- generate_data.Single_Function(subset(dsl, funcId == 1), which = 'by_RT') save_table(df, tempfile(fileext = ".md"))
Run the code above in your browser using DataLab