Skip to main content

All Questions

Tagged with
0 votes
1 answer
1k views

Leaflet for R clear raster with shiny

I'm wondering if their is a way to clear a raster image with shiny when the user click on some radio button. I saw there is a function to clear polygons - clearshape() but I need to do the same with ...
KingOfBabu's user avatar
1 vote
1 answer
504 views

Raster package doesn't work with my shiny server

I am trying to put a script on a shiny server. This script is working well when I type it in the R console. This is a R script using shiny. library(shiny) library(htmlwidgets) library(raster) library(...
KingOfBabu's user avatar
2 votes
1 answer
731 views

R for leaflet redirect when clicking on raster image

I'm using leaflet for R and I simply would like to be redirected on some URL when I click on the raster image. My current code is the following : library(htmlwidgets) library(raster) library(leaflet) ...
KingOfBabu's user avatar
0 votes
1 answer
122 views

Rapache & R for leaflet

I'm trying to make a webpage with Rapache and "Leaflet for R". The main reason I did install Rapache is to use R inside of a html page (with brew). But, I cant figure out how to return my map inside ...
KingOfBabu's user avatar

15 30 50 per page
1
2