R/data.R

#' Baidu's administrative division
#'
#' A dataset that contains the administrative codes and Chinese/English names of
#' cities/provinces that are recorded in Baidu's system. The data can be found
#' on Baidu's
#' \href{http://lbsyun.baidu.com/index.php?title=open/dev-res}{official
#' website}. Note that English names are translated by Google but not provided
#' by Baidu.
#'
#' @format A tibble with 422 rows and 3 variables:
#' \describe{
#'   \item{admin_code}{the administrative code of a city/province}
#'   \item{name_zh}{the Chinese name of a city/province}
#'   \item{name_en}{the Google-translated English name of a city/province}
#' }
"baidu_names"
sppmao/ioiscraper documentation built on Sept. 26, 2020, 2:45 p.m.