| covid_last_casos_fallecidos | R Documentation |
Download, summarise and save data from cases and death
covid_last_casos_fallecidos(
datos = c("casos", "fallecidos"),
sleep = 10,
n_rows = Inf,
load_data = F,
r_restart = F
)
datos |
Name from data |
sleep |
Time sleep |
n_rows |
Rows to read from data. Default Inf (all data) |
load_data |
Load data into actual R session |
r_restart |
TRUE to restar Rstudio session |
Jhon Flores rojas
library(dplyr)
library(tidyr)
library(PeruData)
library(purrr)
library(vroom)
library(fs)
library(readr)
#covid_last_casos_fallecidos()
#fs::dir_tree('covid-data')
#covid_last <- read_csv("covid-data/output/casos-fallecidos.csv")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.