Description Usage Arguments Details Examples
View source: R/Descargar web zip desde r.R
Descargar web zip desde R.
1 |
url |
URL de donde se descargará la información. |
Esta funcion permite extraer web zips desde R.
1 2 3 4 5 6 | # Descargar datos abiertos de COVID México
## Not run:
url <- "http://datosabiertos.salud.gob.mx/gobmx/salud/datos_abiertos/datos_abiertos_covid19.zip"
datos.covid <- CSVs_From_ZIP(url)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.