Learn R Programming

jpndistrict (version 0.3.7)

code_reform: Reform input jis code as 2 or 5 character length.

Description

Reform input jis code as 2 or 5 character length.

Usage

code_reform(jis_code)

Arguments

jis_code

jis code for prefecture and city identifical number. If prefecture, must be from 1 to 47. If city, range of 5 digits.

Examples

Run this code
# NOT RUN {
code_reform(c(1, "33", "08201"))
# }

Run the code above in your browser using DataLab