get_boundary | R Documentation |
get_boundary()
downloads and reads one or more agricultural community
boundary data provided by the MAFF.
get_boundary(
data,
year = 2020,
census_year = 2020,
path = NULL,
to_wgs84 = TRUE,
quiet = FALSE
)
data |
List of |
year |
The year when the agricultural community boundary data was created. |
census_year |
The year of the Agricultural and Forestry Census. |
path |
Path to the ZIP file containing the agricultural community boundary data; use a local ZIP file instead of going looking for a ZIP file. Specify a directory containing one or more ZIP files, not the ZIP file itself. |
to_wgs84 |
logical. Convert JGD2000 to WGS 84. |
quiet |
logical. Suppress information about the data to be read. |
A list of sf::sf()
objects.
path <- system.file("extdata", "castle.zip", package = "fude")
d <- read_fude(path)
b <- get_boundary(d)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.