R/adk_lakes.R

#' @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'))
}
lawinslow/adklakedata documentation built on May 20, 2019, 8 p.m.