fork download
  1. g_lat<- c(45.52306, 40.26719, 34.05223, 37.38605, 37.77493)
  2. g_long<- c(-122.67648,-86.13490, -118.24368, -122.08385, -122.41942)
  3. df<- data.frame(point = c(1:5), longitude = g_long, latitude = g_lat)
  4.  
  5. library(sf)
Success #stdin #stdout #stderr 0.31s 40996KB
stdin
df
stdout
Standard output is empty
stderr
Error in library(sf) : there is no package called ‘sf’
Execution halted