R/Yelp_Coffee_Full_Data.R

#' Yelp_Coffee_Search_Data
#'
#' Yelp data for specified business: "coffee" in "New York, NY". The data includes business urls, text reviews, rating, ids, name, price, review count, city, state, zip code, and user names.
#'
#' @format A data frame with 661 observations and 12 variables.
#'  \describe{
#'     \item{url}
#'     \item{text}
#'     \item{user_name}
#'     \item{id}
#'     \item{name}
#'     \item{price}{represented by: $, $$, $$$}
#'     \item{rating}{scale of 1-5}
#'     \item{review_count}
#'     \item{city}
#'     \item{state}
#'     \item{zip code}
#'   ...
#' }
#' @source \url{https://www.yelp.com/developers/documentation/v3/}
Nashrah123/YelpFusion documentation built on May 31, 2019, 6:38 p.m.