R/adk_lakes.R

Defines functions adk_lakes

Documented in adk_lakes

#' @title List of lakes with attributes
#'
#'
#' @description
#' Returns a data.frame of lake info. Includes common info like
#' lake location (lat/lon), lake name, and numerical site ID.
#'
#'
#'
#' @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 May 1, 2019, 7:29 p.m.