to_jsonformat {leaflet.extras2} | R Documentation |
to_jsonformat Transform object to JSON expected format
Description
to_jsonformat Transform object to JSON expected format
Usage
to_jsonformat(data, time, popup = NULL, label = NULL, name = NULL)
Arguments
data |
The data |
time |
Name of the time column. |
popup |
Name of the popup column. |
label |
Name of the label column. |
name |
Name of the name column. |
Value
A list that is transformed to the expected JSON format
[Package leaflet.extras2 version 1.2.2 Index]