python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Problems generating route between two coordinates in a shiny app
I will present 3 codes, the first two working properly, and the third is a junction of the first with the second, which is what I want to adjust. I'll explain in detail so it's easier to understand.
T...
Antonio
Votes: 0
Answers: 1
Quantifying the distance using Google_distance r function
I'm trying to quantify the distance between localities, applying the Google_distance r function. I have run the examples of the Google_distance function, but the distance between localities is missing...
Jose
Votes: 0
Answers: 1
Adjust to generate correct maps from selecInput
First of all, I will make a brief example for you to understand the idea.
library(googleway)
set_key( "API KEY")
df<-structure(list(Properties = c(1,2,3,4),
Latit...
Antonio
Votes: 0
Answers: 1
How to Link selected cluster in shiny app
First, I'll present an example below for you to see how it works. The code below generates the route between two coordinates.
library(googleway)
set_key( "API KEY")
#databases
df<-st...
Antonio
Votes: 0
Answers: 1