starBliss
starBliss copied to clipboard
can you add a lat/long location method?
Hello! in your code i find this one:
# Latitude is dependent on location
suppressMessages(
capture.output(
gocodeData <- tibble(singlelineaddress = location) %>%
geocode(address=singlelineaddress,method = 'arcgis')
)
)
lat <- gocodeData %>% .[["lat"]]
# longitude for line3_text
lon_map <-gocodeData %>% .[["long"]]
its means that i need to put in your method address like string> That address you put in other function (geocode) and get lat/long on this.
its very simple, but not very flexible. i cant find lat long for some cities in Armenia (( its been very nice of you if you add this one to your library.
P.S. thank you for your library! With your library i want to create and print cards and congratulate our colleagaues with 8 march day ) when i'm print it - i take a foto and send you ))
In russian i may say it like this: Ребята, вы супер-крутые! Громадное спасибо вам за то, что вы написали. Это потрясающе и восхитительно!
thanks a lot!