turn a tibble with a lat and long column into a set sf points

Convert GPS tibble into sf object

tibble_to_sf(tib, crs = 4326)

tibble_to_sf(tib, crs = 4326)