If you type https://www.google.ca/maps/search/Southern+Saskatchewan in your internet browser, Google will conveniently (and automatically!) redirect you to: https://www.google.ca/maps/search/Southern+Saskatchewan/@54.1966035,-115.5094433,5z/data=!3m1!4b1
From there you can see and manually copy and paste the latitude (47.0159646), longitude (-65.6188287) and some other information (5z/data=!3m1!4b1 - I'm not sure what it is) about this region (Southern Saskatchewan).
Is there a way to automate this process somehow - so that such information can be retrieved with R function retrievePlaceInfoFromGoogle <- function(strPlaceName)
?
Maybe with httr or rvest or any any web technology package?