Chintan Pathak
Chintan Pathak
I am wondering if it would be possible to recreate the [mapbox-like](https://docs.mapbox.com/help/demos/heatmap/index.html) heatmap in R+Leaflet(.x). The idea is that the upon zooming the heatmap layer transitions to circle markers.
I am using `mapedit` in Shiny using the `callModule` as here https://github.com/r-spatial/mapedit/blob/b5bad16e046a27447b09194ea9d759b4b3192239/inst/examples/shiny_modules.R#L16 I want to run some code when a polygon is finished drawing and another code when polygon is...
Authentication works fine, but when I try to use the value of `session$userData$auth_info`, it is NULL. ```R observeEvent(input$submitButton, { # ulid_submit
What OSes does this software support currently? Some details about this in the README would be appreciated.
I am trying to run the Request-reply example with a Python server and rzmq client. The Python code I use is as in the zmq docs: http://zguide.zeromq.org/py:hwserver The R code...
In our self-hosted drone server, we see a limit of 72 hours. Some of our builds, by their very nature, run for arbitrarily long durations, potentially months. How could this...
I am getting the error while running the async example: `C:\temp\nodeapps\rtest\example.js:9 if (err) throw err; ^ `summarise_each()` is deprecated. Use `summarise_all()`, `summarise_at()` or `summarise_if()` instead. To map `funs` over all...
If I used R-script in a client-server application, would this mean the call to a script would be made with every connection? Further, is it possible to have a persistent...
Can you share an example of how to pass a parameter to the query? This is done using the `{{ }}` in the UI.
The docs are generated as `battdeg.battdeg`. Instead create files inside the `battdeg` folder with relevant functions in them.