Installation

You can install the released version of covid19italy from Github with:

devtools::install_github("marovski/covid19cvdata")
#> Downloading GitHub repo marovski/covid19cvdata@master
#> 
#>   
   checking for file ‘/private/var/folders/0w/89tqwttj2dn037bxgn2m4vx40000gn/T/RtmpHvN3nr/remotes22df5407fa59/marovski-covid19cvdata-5dd73ea/DESCRIPTION’ ...
  
✓  checking for file ‘/private/var/folders/0w/89tqwttj2dn037bxgn2m4vx40000gn/T/RtmpHvN3nr/remotes22df5407fa59/marovski-covid19cvdata-5dd73ea/DESCRIPTION’
#> 
  
─  preparing ‘covid19cvdata’:
#> 
  
   checking DESCRIPTION meta-information ...
  
✓  checking DESCRIPTION meta-information
#> 
  
─  checking for LF line-endings in source and make files and shell scripts
#> 
  
─  checking for empty or unneeded directories
#> ─  looking to see if a ‘data/datalist’ file should be added
#> 
  
─  building ‘covid19cvdata_0.1.9000.tar.gz’
#> 
  
   
#> 
#> Installing package into '/private/var/folders/0w/89tqwttj2dn037bxgn2m4vx40000gn/T/RtmpIgGVcm/temp_libpath1bef4acac3e7'
#> (as 'lib' is unspecified)

Load the library

library(covid19cvdata)

Load the your dataset covid19cv

dataset<-covid19cvdata::covid19cv

Load the your dataset covid19cv_nacional (Containing totals by case type)

dataset<-covid19cvdata::covid19cv_nacional

Load the your dataset covid19cv_concelhos (Containing totals by cities)

dataset<-covid19cvdata::covid19cv_concelhos

Load the your dataset covid19cv_pop (Containing totals by demographics)

dataset<-covid19cvdata::covid19cv_pop