current_hosp_data_dict {healthyR.data} | R Documentation |
Download Hospital Data Dictionary
Description
Download the Hospital Data Dictionary
Usage
current_hosp_data_dict(.open_folder = FALSE)
Arguments
.open_folder |
The default is FALSE. If set to TRUE then the folder where the file was saved to will be opened. |
Details
This function will download the current Hospital Data Dictionary for
the official hospital data sets from the CMS.gov website. The function
makes use of utils::choose.dir()
and will ask the user where to save the
file.
Value
Downloads the current hospital data dictionary to a place specified by the user.
Author(s)
Steven P. Sanderson II, MPH
See Also
https://data.cms.gov/provider-data/topics/hospitals/
Examples
## Not run:
current_hosp_data_dict()
## End(Not run)
[Package healthyR.data version 1.1.1 Index]