save_df_to_file: Save data frame to a specified file

View source: R/save.R

save_df_to_fileR Documentation

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.


usefun documentation built on Sept. 17, 2023, 9:06 a.m.