R/rest_in_peace.R

Defines functions choose_prefecture_code getKSJURL getKSJSummary

Documented in choose_prefecture_code getKSJSummary getKSJURL

#' Rest in peace, 'Kokudo Suuchi' API...
#'
#' @rdname RIP_API
#' @param ... Ignored.
#'
#' @keywords internal
#' @export
getKSJSummary <- function(...) {
  .Defunct()
}

#' @rdname RIP_API
#' @export
getKSJURL <- function(...) {
  .Defunct()
}

#' @rdname RIP_API
#' @export
choose_prefecture_code <- function(...) {
  .Defunct()
}

Try the kokudosuuchi package in your browser

Any scripts or data that you put into this service are public.

kokudosuuchi documentation built on Feb. 23, 2021, 5:06 p.m.