You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: Easy access to various spatial data sets of Japan as 'sf' objects in R. The package includes a wide range of geospatial data available at various geographic scales and for various years with harmonized attributes, projection and fixed topology.
#' @param code_pref The 2-digit code of prefecture.
670
671
#' @param code_muni Optional. The 3-digit code of municipality. If specified, subtract the data by the column A48_003.
671
-
#' @param year Year of the data. Defaults to 2018.
672
+
#' @param year Year of the data. The available years are 2018, 2011 and 2006. Defaults to 2018.
672
673
#' @param data_dir The directory to store downloaded zip and extracted files. If not specified, the data will be stored in a temp directory and will be deleted after you quit the session.
673
674
#'
674
675
#'
675
676
#' @return An `"sf" "data.frame"` object with extra attr "col" for tmap.
0 commit comments