Title check if to overwrite existing data

helper_check_if_save_data(
  save_or_not,
  wd = NULL,
  rdata_name = NULL,
  csv_name = NULL
)

Arguments

save_or_not

"yes" or "no"; save or not save data on maize drive; if no, then this helper file will not pop up questions.

wd

Where the data you want to save at

rdata_name

the dataset you want to save, e.g. membership

csv_name

what dataset name you want to save as? has to be .csv. e.g. "membership.csv"

Value