Have you tried "sos":
install.packages('sos') # if not already installed
library(sos)
(gps <- ???GPS)
This found 63 matches for me right now. The results open as a
table in a web browser with the package with the most matches first and
with hot links to the help page for each m
No need for a function; you can just write the expression yourself:
> x <- read.table(textConnection(" 32 31.85
+59 48.74
+ 34 05.7
+58 50.79
+ 34 05.7
+58 50.79
+
Hello R-experts,
I have some coordinates that look like this:
lat long
32 31.85
59 48.74
3 matches
Mail list logo