if (FALSE) {
sc_zip(37203)
sc_zip(37203, 50)
sc_zip(37203, 50, km = TRUE)
sc_zip("02111") # 1. Using string
sc_zip(02111) # 2. Dropped leading zero will be added
sc_zip(2111) # 3. Will become "02111" (not recommended)
}
Run the code above in your browser using DataLab