View source: R/get_urbn_labels.R
get_urbn_labels()
loads labels and coordinates for maps from the get_urbn_map()
functions.
Note: there are currently only sf
options for states
and territories_states
, as
these are the only options that have custom labels. To label counties
and territories_counties
,
use geom_sf_text()
or geom_sf_label()
.
1 | get_urbn_labels(map = "states", sf = FALSE)
|
map |
Selection of custom labels. Current options are |
sf |
Option indicates whether data is loaded as a |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.