helper_check_if_save_data: Title check if to overwrite existing data

View source: R/helper_check_if_save_data.R

helper_check_if_save_dataR Documentation

Title check if to overwrite existing data

Description

Title check if to overwrite existing data

Usage

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"


UMCSTaR/medicareR documentation built on May 11, 2022, 7:31 p.m.