R/pdx_breweries.R

#' Breweries near Portland, OR
#'
#' Dataset containing names and locations of breweries within 150 km of 
#' Portland, OR.
#' 
#' @format A data frame woth 251 rows and 6 variables:
#' \describe{
#'  \item{byname}{brewery name}
#'  \item{lon}{longitude}
#'  \item{lat}{latitude}
#'  \item{type}{brewery type}
#'  \item{geometry}{coordinates}
#'  \item{dist_Portland}{distance from Portland, OR, in km}
#' }
#'
#' @source derived from untappd.com in 2021, geocoded with a variety of tools
"pdx_breweries"
nhoteling/spaceheater documentation built on Sept. 24, 2022, 3:04 p.m.