read_ikasudb() reads a shuraku Excel file provided by MAFF.
Usage
read_ikasudb(boundary, path, na = c("-", "…"), zero = TRUE)Arguments
- boundary
Agricultural community boundary data as returned by
get_boundary().- path
Path to an
.xlsxfile.- na
Character vector of strings to interpret as missing values. Defaults to
c("-", "\u2026").- zero
Logical. If
TRUE, treat masked values ("x"and"X") as zero.
Value
An sf::sf() object.