Skip to contents

Table with long form version of the time_series_sample_data table. There are 3 columns - date, education_level and pct_working_remotely

Source

https://github.com/ruralinnovation/map48-project

Value

remote_work_by_ed_level

a tibble

Examples

data(remote_work_by_ed_level)
str(remote_work_by_ed_level)
#> tibble [80 × 3] (S3: tbl_df/tbl/data.frame)
#>  $ date                : Date[1:80], format: "2020-05-01" "2020-05-01" ...
#>  $ education_level     : chr [1:80] "less_than_high_school" "high_school_no_college" "some_college_or_associates" "bachelors_or_higher" ...
#>  $ pct_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 ...