View source: R/mk_data_dir_path.R
mk_data_dir_path | R Documentation |
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/" )
data_root |
: "sample" or "full_data" |
medicare_file |
: source (raw) medicare data file folder name. e.g. Denom_MBSF folder; This is used to create source medicare data location. |
george_file |
Brian_George folder loc on Maize |
medicare_data_file |
original medicare location |
medicare_std_data_file |
where the std medicare data will be saved to location |
input_data_file |
location of outsource datasets, e.g. npppes npi files. |
list items of data directory locactions.
## Not run: working_dir_config(data_root = "sample", medicare_file = "Denom_MBSF", george_file = "/Volumes/George_Surgeon_Projects") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.