mk_data_dir_path.Rd
working directory location may change based on the computers and file locations; This was based on the mapped Maize location on Xilin Chen's Mac and Windows
mk_data_dir_path(
data_root = "sample",
medicare_file = NULL,
george_file,
medicare_data_file = "/original_medicare_selected_vars/data",
medicare_std_data_file = "/standardized_medicare_data_using_R",
input_data_file = "/standardized_medicare_data_using_R/input/"
)
: "sample" or "full_data"
: source (raw) medicare data file folder name. e.g. Denom_MBSF folder; This is used to create source medicare data location.
Brian_George folder loc on Maize
original medicare location
where the std medicare data will be saved to location
location of outsource datasets, e.g. npppes npi files.
list items of data directory locactions.
if (FALSE) {
working_dir_config(data_root = "sample",
medicare_file = "Denom_MBSF",
george_file = "/Volumes/George_Surgeon_Projects")
}