# \donttest{
# download and load 2014 block level O-D data for Vermont
blk_df_or_od <- grab_lodes(state = 'vt', year = 2014, lodes_type = "od", job_type = "JT01",
segment = "SA01", state_part = "main")
# download and load 2014 O-D data for Vermont and aggregate
# to the tract level
trt_df_or_od <- grab_lodes(state = 'vt', year = 2014, lodes_type = "od", job_type = "JT01",
segment = "SA01", state_part = "main", agg_geo = "tract")
# download and load 2020 RAC data for Vermont and aggregate
# to the tract level
trt_df_or_rac <- grab_lodes(state = 'vt', year = 2014, lodes_type = "rac", job_type = "JT01",
segment = "SA01", agg_geo = "tract")
# download and load 2020 WAC data for Vermont and aggregate
# to the tract level
trt_df_or_wac <- grab_lodes(state = 'vt', year = 2014, lodes_type = "wac", job_type = "JT01",
segment = "SA01", agg_geo = "tract")
# }
Run the code above in your browser using DataLab