View source: R/read_health_facilities.R
read_health_facilities | R Documentation |
Data comes from the National Registry of Healthcare facilities (Cadastro
Nacional de Estabelecimentos de Saude - CNES), originally collected by the
Brazilian Ministry of Health. According to the Ministry of Health: "The
coordinates of each facility were obtained by CNES and validated by means of
space operations. These operations verify if the point is in the municipality,
considering a radius of 5,000 meters. When the coordinate is not correct,
further searches are done in other systems of the Ministry of Health and in
web services like Google Maps. Finally, if the coordinates have been correctly
obtained in this process, the coordinates of the municipal head office are
used. The geocode source used is registered in the database in a specific
column data_source
. Periodically the coordinates are revised with the
objective of improving the quality of the data." The date of the last data
update is registered in the database in the columns date_update
and
year_update
. More information in the CNES data set available at https://dados.gov.br/.
These data use Geodetic reference system "SIRGAS2000" and CRS(4674).
read_health_facilities(date = 202303, showProgress = TRUE, cache = TRUE)
date |
Numeric. Date of the data in YYYYMM format. Defaults to |
showProgress |
Logical. Defaults to |
cache |
Logical. Whether the function should read the data cached
locally, which is faster. Defaults to |
An "sf" "data.frame"
object
Other area functions:
read_amazon()
,
read_biomes()
,
read_capitals()
,
read_comparable_areas()
,
read_country()
,
read_disaster_risk_area()
,
read_health_region()
,
read_immediate_region()
,
read_indigenous_land()
,
read_intermediate_region()
,
read_meso_region()
,
read_metro_area()
,
read_micro_region()
,
read_municipal_seat()
,
read_municipality()
,
read_neighborhood()
,
read_pop_arrangements()
,
read_region()
,
read_schools()
,
read_semiarid()
,
read_state()
,
read_statistical_grid()
,
read_urban_area()
,
read_urban_concentrations()
,
read_weighting_area()
# Read all health facilities of the whole country
h <- read_health_facilities( date = 202303)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.