R Markdown

This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com.

When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this:

rmarkdown::render(“C5T2_Documento_v_4.Rmd”)

 Date_reported      Country_code         Country           WHO_region       
 Length:437280      Length:437280      Length:437280      Length:437280     
 Class :character   Class :character   Class :character   Class :character  
 Mode  :character   Mode  :character   Mode  :character   Mode  :character  
                                                                            
                                                                            
                                                                            
                                                                            
   New_cases       Cumulative_cases      New_deaths       Cumulative_deaths
 Min.   : -65079   Min.   :        0   Min.   :-3520.00   Min.   :      0  
 1st Qu.:      3   1st Qu.:     5393   1st Qu.:    0.00   1st Qu.:     34  
 Median :     62   Median :    50933   Median :    0.00   Median :    649  
 Mean   :   3740   Mean   :  1902056   Mean   :   33.92   Mean   :  20737  
 3rd Qu.:    690   3rd Qu.:   596822   3rd Qu.:    7.00   3rd Qu.:   7475  
 Max.   :6966046   Max.   :103436829   Max.   :44047.00   Max.   :1210707  
 NA's   :229503                        NA's   :228566                      

Including Plots

You can also embed plots, for example:

## Warning: Removed 229504 rows containing missing values or values outside the scale range
## (`geom_point()`).

## Warning: Removed 229504 rows containing missing values or values outside the scale range
## (`geom_point()`).

Note that the echo = FALSE parameter was added to the code chunk to prevent printing of the R code that generated the plot.