R/table_leafletAdd.R
table_leafletAdd.Rd
This function adds interactive maps that will be displayed in RStudio's 'Viewer' tab.
table_leafletAdd( map = NULL, locationTbl = NULL, extraVars = NULL, locationOnly = FALSE, ... )
map | Leaflet map. |
---|---|
locationTbl | Tibble of known locations. |
extraVars | Character vector of addition |
locationOnly | Logical specifying whether to check for all standard columns. |
... | Additional arguments passed to |
A leaflet "plot" object which, if not assigned, is rendered in Rstudio's 'Viewer' tab.