Aliases: addStarsImage
Keywords:
### ** Examples ## No test: library(stars)
library(leaflet) tif = system.file("tif/L7_ETMs.tif", package = "stars") x = read_stars(tif) leaflet() %>% addProviderTiles("OpenStreetMap") %>% addStarsImage(x, project = TRUE)
Error in loadNamespace(name): there is no package called 'webshot'
## End(No test)