translateKSJData {kokudosuuchi} | R Documentation |
Translate JPGIS2.1 Data
Description
translateKSJData()
translates colnames and 'codelist'-type of columns to
human-readable labels.
Usage
translateKSJData(
x,
id = NULL,
variant = NULL,
quiet = TRUE,
translate_colnames = TRUE,
translate_codelist = TRUE
)
Arguments
x |
A list of sf objects. |
id |
An ID of the dataset (e.g. |
variant |
A type of variant in case the translation cannot be determined only by |
quiet |
If |
translate_colnames |
If |
translate_codelist |
If |
[Package kokudosuuchi version 1.0.0 Index]