Guest User

Untitled

a guest
Jun 18th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. convert_to_fips = function(state_code, county_code){
  2. paste0(sprintf("%02s", state_code), sprintf("%03s", county_code))
  3. }
Add Comment
Please, Sign In to add comment