Download final data
The cleaned data is available in three formats:
- CSV file for any program
.rdsfile for R (load withdf <- readRDS("weekly_panel.rds")).dtafile for Stata (load withuse "weekly_panel.dta")
The cleaned data is available in three formats:
.rds file for R (load with df <- readRDS("weekly_panel.rds")).dta file for Stata (load with use "weekly_panel.dta")