Description Usage Arguments Details Value
Get Covid-19 official report from Mexico's Ministry of Health open data node.
1 2 | GetFromSSA(targetURL = "http://187.191.75.115/gobmx/salud/datos_abiertos/datos_abiertos_covid19.zip",
date = "today", neat = TRUE)
|
targetURL |
Target URL of the HTTP request. |
date |
Date (version) of the report. |
neat |
Should data be cleaned (dates, state name, column names)? |
Mexico's Ministry of Health released an open dataset with information about confirmed SARS-CoV-2 cases in the country. This function makes a request to Mexico's Federal Government open data system to retrieve the dataset. *Please keep in mind that this dataset, although official, may present some inconsistencies.*
A 'tibble' with 35 columns:
1. Report date,
2. Case ID,
3. Type of facility where the case was registered (USMER facility / Non-USMER facility),
4. Institution in charge of the facility where the case was registered (Local Gov, Federal Gov, Red Cross, Army...),
5. State ID (where the the case was registered),
6. Patient's gender,
7. State ID (where the patient was born),
8. State ID (where the patient currently lives),
9. Municipality ID (where the patient currently lives),
10. Type of patient (hospitalized or home care),
11. Hospital admittance date (if applicable),
12. Symptoms onset date,
13. Date of death (if applicable),
14. The patient is/was intubated?,
15. The patient has/had been diagnosed with pneumonia?
16. Patient's age.
17. Is the patient Mexican or alien?
18. Is the patient pregnant?
19. Does the patiend speak an indigenous language?
20. The patient has/had been diagnosed with diabetes?
21. The patient has/had been diagnosed with COPD?
22. The patient has/had been diagnosed with Asthma?
23. The patient has/had been diagnosed with any form of immunosuppression?
24. The patient has/had been diagnosed with hypertension?
25. The patient has/had been diagnosed with any other comorbidities?
26. The patient has/had been diagnosed with obesity?
27. The patient has/had been diagnosed with any CDV?
28. The patient has/had been diagnosed with CKD?
29. The patient smokes?
30. The patient had contact with other SARS-CoV-2 confirmed cases?
31. SARS-CoV-2 test result (positive, negative, pending)
32. Is the patient an immigrant?
33. If immigrant, where did the patient came from?
34. Patient's nationality?
35. The patient is/was in ICU?
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.