Nothing
#' A real estate example dataframe
#'
#' A subset of data from a fictitious real estate data frame containing transaction prices and some
#' categorical and numerical characteristics of each dwelling.
#'
#' @format A data frame with 7,800 rows and 6 columns:
#' \describe{
#' \item{period}{A (string) vector indicating a time period}
#' \item{price}{A (string) vector indicating the transaction price of the dwelling}
#' \item{floor_area}{A real-valued vector of (the logarithm of) the floor area of the dwelling}
#' \item{dist_trainstation}{A real-valued vector of (the logarithm of) the distance of the dwelling to the nearest train station}
#' \item{neighbourhood_code}{A categorical code/string referring to the neighbourhood the dwelling belongs to}
#' \item{dummy_large_city}{A vector indicating whether the dwelling belongs to a large city or not}
#' }
#' @source A fictitious dataset for illustration purposes
#'
#' @examples
#' data(data_constraxion)
#' head(data_constraxion)
"data_constraxion"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.