R/data.R

#' Sample tibble vectors for practicing data cleaning and running tests
#'
#' `businesses` is a collection of business records with 4 features
#'  "index":
#'  "address":
#'  "postcode":
#'  "trading_name":
#'
#' @format tibble
#' @name sabre-data
#' @examples
#' find_buildings_numbers(businesses)
NULL

#' @rdname sabre-data
#' @format NULL
"businesses"
xavier-gilbert/sabre documentation built on May 7, 2021, 12:40 p.m.