Skip to contents

Sample time series data with a date column and 4 other columns indicating percentage of remotely working individuals across 4 categories

Source

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

Value

rural_urban_2021

a tibble

Examples

data(rural_urban_2021)
str(rural_urban_2021)
#> tibble [24 × 3] (S3: tbl_df/tbl/data.frame)
#>  $ date                : Date[1:24], format: "2021-01-01" "2021-01-01" ...
#>  $ education_level     : chr [1:24] "urban" "rural" "urban" "rural" ...
#>  $ pct_working_remotely: num [1:24] 0.03 0.08 0.03 0.08 0.03 0.08 0.02 0.06 0.02 0.05 ...