poi <- read_csv('data/geolytix/GEOLYTIX - UK RetailPoints/geolytix_retailpoints_v29_202308.csv')
poi <- poi %>%
st_as_sf(coords = c('long_wgs', 'lat_wgs'), crs = 4326)
my_access <- AccessUK:::my_accessibility(poi)
This should include the number of destinations available.
The following code returns the LSOA IDs only.
This should include the number of destinations available.