Skip to content

Commit b616ea5

Browse files
committed
breweries91 can no longer be converted to a tibble as of leaflet 2.2.3
1 parent 5dafe0d commit b616ea5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vignettes/examples.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2265,7 +2265,7 @@ brew_sp <- SharedData$new(breweries91, group = "breweries")
22652265
22662266
# A regular data frame (without coordinates) for the table.
22672267
# Use the same group name as the map data.
2268-
brew_data <- as_tibble(breweries91) %>%
2268+
brew_data <- breweries91 %>%
22692269
select(brewery, address, village, founded) %>%
22702270
SharedData$new(group = "breweries")
22712271

0 commit comments

Comments
 (0)