Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
trafficonese committed Aug 12, 2024
1 parent 950bf9f commit 876e5c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions R/clusterCharts.R
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ clusterchartsDependencies <- function() {
#' , group = "clustermarkers"
#' , popupFields = c("brewery", "address", "zipcode", "category")
#' , popupLabels = c("Brauerei", "Adresse", "PLZ", "Art")
#' , label = "brewery"
#' , label = "brewery")
#'
#' ## Custom Pie Chart with "mean" aggregation on column "value"
#' data <- sf::st_as_sf(breweries91)
Expand All @@ -105,10 +105,9 @@ clusterchartsDependencies <- function() {
#' , label = "brewery"
#' )
#'
#' For Shiny examples, please run:
#' ## For Shiny examples, please run:
#' # runApp(system.file("examples/clusterCharts_app.R", package = "leaflet.extras2"))
#' # runApp(system.file("examples/clustercharts_sum.R", package = "leaflet.extras2"))
#' )
addClusterCharts <- function(
map, lng = NULL, lat = NULL, layerId = NULL, group = NULL,
type = c("pie","bar","horizontal","custom"),
Expand Down
5 changes: 2 additions & 3 deletions man/addClusterCharts.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 876e5c0

Please sign in to comment.