format_leaflet_labels {pbr} | R Documentation |
Format outlet name and address for use as a leaflet label
Description
Takes name and address and formats it into an HTML label. This is a shortcut
helper function that is used in pbr_me
Usage
format_leaflet_labels(name, address, city, state, zip)
Arguments
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 |
Value
An HTML label
[Package pbr version 0.0.2 Index]