format_leaflet_labels | R Documentation |
Takes name and address and formats it into an HTML label. This is a shortcut
helper function that is used in pbr_me
format_leaflet_labels(name, address, city, state, zip)
name |
Character. Name of the business |
address |
Character. Address of the business |
city |
Character. City name |
state |
Character. State name |
zip |
Character or numeric. Zip code |
An HTML label
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.