Skip to content
This repository has been archived by the owner on Jan 30, 2021. It is now read-only.

yutannihilation/kokudosuuchiUtils

Repository files navigation

kokudosuuchiUtils

Travis-CI Build Status

Installation

# install.packages("devtools")
devtools::install_github("yutannihilation/kokudosuuchiUtils")

Procedures

Update the list of data description URLs

See Fetch description URLs

Parse all data description HTMLs

See Parse all data description HTMLs

Update the list of codes from shape_property_table.xls

See Fetch shape_property_table.xls

Merge HTML data and Excel data

See Merge HTML Data And Excel Data

Update the list of code description URLs

KSJCodesDescriptionURL <- extract_all_codelist_urls()
devtools::use_data(KSJCodesDescriptionURL, overwrite = TRUE)
file.copy("data/KSJCodesDescriptionURL.rda", "/path/to/kokudosuuchi/data/", overwrite = TRUE)

Releases

No releases published

Packages

No packages published