#' @export
city_shikuchoson <- function(x, date,
shi = TRUE,
ku_tokyo = TRUE,
ku_seirei = TRUE,
cho = TRUE,
son = TRUE) {
}
#' @export
city_shichoson <- function(x, date,
shi = TRUE,
cho = TRUE,
son = TRUE) {
city_shikuchoson(x, date,
shi = shi,
ku_tokyo = FALSE,
ku_seirei = FALSE,
cho = cho,
son = son)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.