R/simplify_gpx.R

#' Takes the GPX files and removes non essential columns
#'
#'
#' @param x the sf dataframe that you loaded earlier
#' @return an sf dataframe with fewer columns
#'
#'

simplify_gpx<-function(x){
  select(x, Waypoint = name, cmt, geometry)
}
marinereilly/salinitykayak documentation built on May 17, 2019, 6:36 a.m.