Time series data on what percent of population are working remotely by education
Examples
data(cori_education)
str(cori_education)
#> tibble [80 × 3] (S3: tbl_df/tbl/data.frame)
#> $ date : Date[1:80], format: "2020-05-01" "2020-05-01" ...
#> $ education : Factor w/ 4 levels "less_than_high_school",..: 1 2 3 4 1 2 3 4 1 2 ...
#> $ percent_working_remotely: num [1:80] 0.05 0.15 0.25 0.6 0.05 0.13 0.22 0.54 0.04 0.1 ...