R/beaches.R

#' Bathing beaches
#'
#' Bathing beaches
#'
#' @format A \code{data.frame} object
#' @concept data
#' @examples 
#' \dontrun{
#'
#' library(sf)
#' library(dplyr)
#' 
#' beaches <- read.csv('inst/extdata/beaches.csv') %>% 
#'   st_as_sf(
#'      coords = c('Longitude', 'Latitude'), 
#'      crs = '+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs'
#'   )
#' 
#' save(beaches, file = 'data/beaches.RData')
#'
#' }
"beaches"
tbep-tech/peptools documentation built on March 13, 2024, 4:22 p.m.