powered by
Returns the coordinates for a given what3words address
coords_from_words(words, full_details = FALSE)
If full_details == FALSE (the default) a matrix of WGS84 coordinates. Otherwise a list of full details for each what3words location.
full_details == FALSE
A what3words location
FALSE (default) to return only the coordinates. TRUE for full details.
FALSE
TRUE
if (FALSE) { # !identical(Sys.getenv("WTW_API_KEY"), "") coords_from_words("hotdog.jumping.frog") }
Run the code above in your browser using DataLab