Learn R Programming

pbr (version 0.0.2)

format_leaflet_labels: 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)

Value

An HTML label

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