save_df_to_file: Save data frame to a specified file
Description
Function for saving a data.frame
to a specified file.
Column and row names are written by default and the tab is used
as a delimiter.
Usage
save_df_to_file(df, file)
Arguments
- df
data.frame
- file
string. The name of the file, can be a full path.