R/adk_lakes.R

Defines functions adk_lakes

Documented in adk_lakes

#' @title Load the lake shapefile for ADK
#' @description This function loads the primary geospatial boundary data for the Adirondack parks.
#'
#'
#'
#' @examples
#' \dontrun{
#' sites = adk_lakes()
#' }
#'
#' @export
adk_lakes = function(){
  return(adk_data('meta'))
}

Try the adklakedata package in your browser

Any scripts or data that you put into this service are public.

adklakedata documentation built on June 2, 2026, 9:08 a.m.