Create your first Shiny App in R using Leaflet [Shiny App Tutorial #1]

  Рет қаралды 7,982

GeoProgramming

GeoProgramming

Күн бұрын

Пікірлер: 9
@terrychamulak3557
@terrychamulak3557 11 ай бұрын
Excellent tutorial thank you. Enjoyed the subtle details and attention to detail like explaining piping and method to call functions from libraries, all very new to me and very well explained.
@syhusada1130
@syhusada1130 2 жыл бұрын
Awesome
@atosam86
@atosam86 2 жыл бұрын
Thanks for this video. How do you use your local satellite imagery map as the basemap?
@GeoProgramming
@GeoProgramming 2 жыл бұрын
Hi Isaac, as far as I know, there is no such option. What you can do as alternative is to publish your tiles as a service (for example wms using geoserver) and then add the service as basemap. Check the custom tile wms service in this link rstudio.github.io/leaflet/basemaps.html
@valeriaperedo1183
@valeriaperedo1183 2 жыл бұрын
thank you!
@lowecs1
@lowecs1 2 жыл бұрын
Hello, I have meticulously made sure to follow your coding instructions, but I keep getting this error: Warning: Error in dplyr::filter: Problem while computing `..2 = pop > input$slider1`. x Input `..2` must be of size 43645 or 1, not size 0. 130: Input to asJSON(keep_vec_names=TRUE) is a named vector. In a future version of jsonlite, this option will not be supported, and named vectors will be translated into arrays instead of objects. If you want JSON object output, please use a named list instead. See ?toJSON. ui % addTiles() %>% addMarkers(lat = ~lat, lng = ~long) }) } shinyApp(ui, server) Any suggestions or feedback would be greatly appreciated!
@coloredcow4358
@coloredcow4358 2 жыл бұрын
Try this ui % addTiles() %>% addMarkers(lat = ~lat, lng =~ long) }) } shinyApp(ui, server)
@findthetruth3021
@findthetruth3021 3 жыл бұрын
That was perfect, but can you make it interactive, I mean once I hover by mouse on any margers then the name and the population of this location pop up/I mean to label each marker once I hover on each of them. Can we do something like that? Thanks a bunch.
@GeoProgramming
@GeoProgramming 3 жыл бұрын
Hi, you can add both (label or popup). Check this video kzbin.info/www/bejne/fGGbgal9Z8hmhpI on minute 3:56 .
Map data from an API using R [Shiny App Tutorial #2]
10:50
GeoProgramming
Рет қаралды 1,1 М.
БАБУШКА ШАРИТ #shorts
0:16
Паша Осадчий
Рет қаралды 4,1 МЛН
Andro, ELMAN, TONI, MONA - Зари (Official Music Video)
2:50
RAAVA MUSIC
Рет қаралды 2 МЛН
How to make an interactive map in R
7:02
Matt Ashby
Рет қаралды 6 М.
Creating interactive maps in R
8:14
A&G Statworks
Рет қаралды 21 М.
R Shiny for Data Science Tutorial - Build Interactive Data-Driven Web Apps
1:26:19
Structure your app: introduction to Shiny modules
1:10:43
R Consortium
Рет қаралды 12 М.
Create maps using Leaflet in React JS (Tutorial)
17:17
The Art Of Coding
Рет қаралды 42 М.
Plotting data on maps in R using ggmap
11:31
Lisa Lendway - Statistics & Data Science
Рет қаралды 24 М.
How to Create an Interactive Map in R Shiny with Toggle Layer Function
13:35
Data For Knowledge
Рет қаралды 1,8 М.
20 R Packages You Should Know
30:42
RichardOnData
Рет қаралды 41 М.
Tutorial: Create and Customize a Simple R Shiny Dashboard
14:25