code_to_name | R Documentation |
Returns census names corresponding to municipality codes.
code_to_name(code)
code |
Municipality code. If using 6-digit municipalities, use character class. |
Character vector. NA if not found.
code_to_name(c(15005, 48020))
code_to_name(c(35001))
code_to_name(c(35001, "035001"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.