extract_fude | R Documentation |
extract_fude()
extracts the specified data from the list returned by
read_fude()
.
extract_fude(
data,
year = NULL,
city = NULL,
kcity = "",
community = "",
list = TRUE
)
data |
List of |
year |
Years to be extracted. |
city |
Local government names or codes to be extracted. |
kcity |
String by regular expression. One or more former village name in Japanese to be extracted. |
community |
String by regular expression. One or more agricultural community name in Japanese to be extracted. |
list |
logical. If |
A list of sf::sf()
object(s).
read_fude()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.