popupArgs {leaflet.minicharts} | R Documentation |
Options for popup generation
Description
This function simply returns a list of options to control the generation of popups.
Usage
popupArgs(
showTitle = TRUE,
showValues = TRUE,
labels = NULL,
supValues = NULL,
supLabels = colnames(supValues),
html = NULL,
noPopup = FALSE,
digits = NULL
)
Arguments
showTitle |
If |
showValues |
If |
labels |
Names of values. If |
supValues |
A |
supLabels |
Names of the additional values. |
html |
Character vector containing custom html code for popups. You can use this parameter when you are not happy with the default popups. |
noPopup |
If |
digits |
Max number of decimal digits to display for numeric values. If
|
Value
List containing options for popup generation
[Package leaflet.minicharts version 0.6.2 Index]