#'@title NZ Housing Price data for Analysis
#'
#'@description A tibble that is for analysing NZ property auction price
#'
#'@format A \code{tibble} with 8 columns, which are:
#'\describe{
#'\item{property_address}{address for auction property}
#'\item{auction_price}{price for auction property}
#'\item{auction_dates}{auction dates for property}
#'\item{bedrooms}{number of bedrooms for property}
#'\item{bathrooms}{number of bathrooms for property}
#'\item{car_parking}{number of garaging for property}
#'\item{rating_value}{rating value for property}
#'\item{rating_dates}{rating dates for property}
#'}
#'@docType data
#' @name nzhousingprice
#' @usage nzhousingprice
"nzhousingprice"
#'@title New Zealand property address
#'
#'@description A tibble that contains NZ property address and geographical locations
#'
#'@format A \code{tibble} with 8 columns, which are:
#'\describe{
#'\item{property_address}{address for auction property}
#'\item{auction_price}{price for auction property}
#'\item{auction_dates}{auction dates for property}
#'\item{bedrooms}{number of bedrooms for property}
#'\item{bathrooms}{number of bathrooms for property}
#'\item{car_parking}{number of garaging for property}
#'\item{rating_value}{rating value for property}
#'\item{rating_dates}{rating dates for property}
#'}
#' @docType data
#' @name nzpropertygeo
#' @usage nzpropertygeo
"nzpropertygeo"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.