Nothing
#' @title Get region information from ID number
#'
#' @description
#' Get region information from ID number.
#'
#' @param id A vector of ID numbers.
#'
#' @return Region vector obtained from ID numbers.
#'
#' @examples
#' id = c(
#' "653127198503161793",
#' "652801197305161555",
#' "130206202202291545",
#' "110101841125178",
#' "12345678",
#' "65312a198204181793"
#' )
#' region(id)
#'
#' @export
#------------------------------------------------------------------------------#
region = function(id) {
cnid_info(id)$region
}
#------------------------------------------------------------------------------#
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.