dialog_df_to_csv: Save dialog data.frame as csv file

View source: R/dialog.R

dialog_df_to_csvR Documentation

Save dialog data.frame as csv file

Description

Save dialog data.frame as csv file

Usage

dialog_df_to_csv(dialog_df, file)

Arguments

dialog_df

data.frame, dialog data.frame to save in csv file

file

string, csv file path

Value

write.table return value or SimpleError


oaii documentation built on May 29, 2024, 5:25 a.m.

Related to dialog_df_to_csv in oaii...