R/Rbnb.R

#' Rbnb
#'
#' \code{Rbnb} is an experimental front end for the Airbnb API.
#'
#' @docType package
#' @importFrom utils globalVariables
#' @name Rbnb
NULL

utils::globalVariables(names = c("room",
                                 "value",
                                 "count",
                                 ".",
                                 "id",
                                 "price",
                                 "lng",
                                 "lat",
                                 "bedrooms",
                                 "pricing.quote.nightly.price",
                                 "room.type",
                                 "parsed_results",
                                 "cumulative.count",
                                 "previous.data.build",
                                 "listingDetailsFromList"))
NoahZinsmeister/Rbnb documentation built on May 7, 2019, 6:19 p.m.