search for: tstring1

Displaying 2 results from an estimated 2 matches for "tstring1".

Did you mean: string1
2018 Jan 24
0
Issue with concatenation of URL losing
...ting Guide warns you... your code was getting contaminated by the mailing list "fixing" this mistake on your part. This may completely obstruct your meaning in future questions, and only you can avoid this by using your email software properly. ######## lat <- 40.7 lon <- -76.5 tstring1 <- "https://elevation.mapzen.com/height?json={\"range\":false,\"shape\":[{\"lat\":40.7,\"lon\":-76.5}]}&api_key=mycode" cat( tstring1, "\n" ) # output on its own line #> https://elevation.mapzen.com/height?json={"range&quot...
2018 Jan 24
2
Issue with concatenation of URL losing
Thank you for your help in advance. I am trying to pull some data back from a web service library(httr) sample2 <- GET("https://elevation.mapzen.com/height?json={\"range\":false,\"shape\":[{\"lat\":40.7,\"lon\":-76.5}]}&api_key=mycode") result2 <- content(sample2) height <- result2$height[[1]] I would like to put by own latitude