You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All the pieces are here just to stitch them together.
library(bcdata)
#> #> Attaching package: 'bcdata'#> The following object is masked from 'package:stats':#> #> filter
library(bcmaps)
#> Loading required package: sf#> Linking to GEOS 3.9.1, GDAL 3.2.1, PROJ 7.2.1; sf_use_s2() is TRUElyr<-bcmaps:::available_layers()
nd<-lyr[lyr$layer_name=="nr_districts", ]
rec<- bcdc_get_record(nd$record)
#> Authorizing with your stored API keyrec$record_last_modified#> [1] "2022-01-07"
attributes(nr_districts())$time_downloaded#> nr_districts was updated on 2021-01-22#> [1] "2021-01-22 06:32:22 PST"
The text was updated successfully, but these errors were encountered:
All the pieces are here just to stitch them together.
The text was updated successfully, but these errors were encountered: