Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

leaflet maps do not show up when using knitrBootstrap::bootstrap_document: #196

Open
janverbesselt opened this issue Mar 21, 2019 · 0 comments

Comments

@janverbesselt
Copy link

See here for an example:
https://verbe039.github.io/BFASTforAEO/

or more simple if you add that to the knitrBootstrap .rmd file

library(leaflet)

m <- leaflet() %>%
addTiles() %>% # Add default OpenStreetMap map tiles
addMarkers(lng=174.768, lat=-36.852, popup="The birthplace of R")
m # Print the map

thanks for the help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant