helper_check_if_save_data.Rd
Title check if to overwrite existing data
helper_check_if_save_data(
save_or_not,
wd = NULL,
rdata_name = NULL,
csv_name = NULL
)
"yes" or "no"; save or not save data on maize drive; if no, then this helper file will not pop up questions.
Where the data you want to save at
the dataset you want to save, e.g. membership
what dataset name you want to save as? has to be .csv
. e.g. "membership.csv"