format_ags | R Documentation |
Formats AGS with a Leading Zero
format_ags(ags, type, verbose = FALSE)
ags |
Input vector that will be coerced into an integer vector. Factor vectors are first coerced to a character vector and then to an integer vector. |
type |
Type of AGS supplied as
The abbreviations |
verbose |
If |
A character vector.
format_ags(c(1,14), type="land")
format_ags(c(1002,14612), type="district")
format_ags(c(01002000,14612000), type="municipality")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.