R/molit_locale_code.R

#' Data for molitRealTrade function.
#'
#' A dataset containing the legal location code and the name of locations.
#'  It is tbl_df type object so "dplyr" library is recommended.
#'  The variables are as follow.
#'
#'  \itemize{
#'   \item code. five-digit legal location code.
#'   \item name. korean location name.
#'   \item exist. existance of the code. 277 codes are exist and 184 are expired code.
#'  }
#'
#'  @docType data
#'
#'  @usage data(molit_locale_code)
#'
#'  @format A tbl_df type data frame with 461 rows and 3 columns
#'
#'  @keywords datasets
#'
#'  @name molit_locale_code
#'
#'  @source https://www.code.go.kr/index.do
#'
#'  @examples
#'  data(molit_locale_code)
"molit_locale_code"
lawine90/datagokR documentation built on Sept. 24, 2020, 9:42 p.m.