2: Read in the ‘SFboundary’ shapefile, from the ‘./data’ subdirectory.
SFboundary = st_read('/Users/dr.auwal/Desktop/Personals/UC Berkeley/Workshops/Geospatial-Fundamentals-in-R-with-sf/2nd Workshop/Geospatial-Fundamentals-in-R-with-sf-master/data', 'SFboundary')
## Reading layer `SFboundary' from data source `/Users/dr.auwal/Desktop/Personals/UC Berkeley/Workshops/Geospatial-Fundamentals-in-R-with-sf/2nd Workshop/Geospatial-Fundamentals-in-R-with-sf-master/data' using driver `ESRI Shapefile'
## Simple feature collection with 1 feature and 3 fields
## geometry type: POLYGON
## dimension: XY
## bbox: xmin: -122.5151 ymin: 37.70825 xmax: -122.357 ymax: 37.81176
## epsg (SRID): 4326
## proj4string: +proj=longlat +datum=WGS84 +no_defs
SFhighways = st_read('/Users/dr.auwal/Desktop/Personals/UC Berkeley/Workshops/Geospatial-Fundamentals-in-R-with-sf/2nd Workshop/Geospatial-Fundamentals-in-R-with-sf-master/data', 'SFhighways')
## Reading layer `SFhighways' from data source `/Users/dr.auwal/Desktop/Personals/UC Berkeley/Workshops/Geospatial-Fundamentals-in-R-with-sf/2nd Workshop/Geospatial-Fundamentals-in-R-with-sf-master/data' using driver `ESRI Shapefile'
## Simple feature collection with 246 features and 5 fields
## geometry type: LINESTRING
## dimension: XY
## bbox: xmin: 543789.3 ymin: 4173548 xmax: 551295.9 ymax: 4183929
## epsg (SRID): 26910
## proj4string: +proj=utm +zone=10 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs