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_2021

a tibble

Examples

data(remote_work_by_ed_level_2021)
str(remote_work_by_ed_level_2021)
#> tibble [48 × 3] (S3: tbl_df/tbl/data.frame)
#>  $ date                : Date[1:48], format: "2021-01-01" "2021-01-01" ...
#>  $ education_level     : Factor w/ 4 levels "Bachelors or higher",..: 3 2 4 1 3 2 4 1 3 2 ...
#>  $ pct_working_remotely: num [1:48] 0.03 0.08 0.16 0.43 0.03 0.08 0.16 0.41 0.03 0.08 ...