View source: R/clean.sumlevel.R
clean.sumlevel | R Documentation |
Utility function used by get.acs()
.
clean.sumlevel(sumlevel = "bg")
sumlevel |
Character vector (1+ elements), optional, 'bg' by default. See details above. |
Interprets as 'bg' any of these: 150, '150', 'blockgroup', 'block group', or 'bg' (or variants, ignoring case)
Interprets as 'tract' any of these: 140, '140', or 'tract' (or variants, ignoring case)
Interprets as 'both' any of these: 'both' or a vector that has both of the above terms (or variants, ignoring case).
Returns 'both', 'tract', or 'bg' (or stops with error if cannot interpret sumlevel input)
get.acs()
which uses this
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.