Description Usage Arguments Details Value Examples
View source: R/jiscode_jaddress.R
If enter a JIS code, it will output the name of the corresponding prefecture or city. JIS codes are numbers or character strings composed of half-width numerals, and must have either two, five, or six digits.
1 | jiscode_jaddress(x, jis = c("all", "city", "pref"))
|
x |
a a vector. JIS codes. JIS codes are numbers or character strings composed of half-width numerals, and must have either two, five, or six digits. |
jis |
Choose |
The data for the JIS code from the data published by the Ministry of Internal Affairs and Communications. Source: Ministry of Internal Affairs and Communications website, National Local Government Code (https://www.soumu.go.jp/denshijiti/code.html) "Prefectural Code and Municipal Code" (updated on May 1, 2019). The copyright of the data published by the Ministry of Internal Affairs and Communications (MIC) on its website belongs to the Ministry of Internal Affairs and Communications (MIC), but processing and redistribution are permitted within a certain range. For details, please refer to the web page of the Ministry of Internal Affairs and Communications.
a charactor.
1 2 3 4 5 | jiscode_jaddress("20413")
jiscode_jaddress("20413", jis = "city")
jiscode_jaddress("20413", jis = "pref")
jiscode_jaddress("20")
jiscode_jaddress("20", jis = "city")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.