#' 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"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.