Closed ateucher closed 5 years ago
This means that this won't always be reliable:
At just a cursory glance, the resource_storage_access_method
might be useful to us here:
> air <- bcdc_get_record("bc-airports")
> air[["resources"]][[1]][["resource_storage_access_method"]]
[1] "Indirect Access"
> img <- bcdc_get_record("73b2a989-df6b-4298-bd38-c60f0254a453")
> img[["resources"]][[1]][["resource_storage_access_method"]]
[1] "Direct Access"
I think even better is resource_storage_location
:
> air[["resources"]][[1]][["resource_storage_location"]]
[1] "BCGW Data Store"
@boshek did you take care of this in the print methods?
@ateucher Not yet.
Created on 2019-04-01 by the reprex package (v0.2.1)