[R-sig-Geo] upload waypoint data to Garmin GPS

Patrick Giraudoux patrick.giraudoux at univ-fcomte.fr
Sun Nov 16 14:32:15 CET 2008


Dear listers,

I am writing a R function to upload waypoints to a GPS Garmin Etrex 
with  gpsbabel. This works quite well reading from a text file as following:

df<-"mytabfile.txt"
system(paste("gpsbabel -w -i tabsep -f ",df," -o garmin -F com5:",sep=""))

However, I would prefer to upload from a data.frame within R rather than 
reading a tab delimited text file on the disk.

Any idea about how to specify it in the command line (should be trivial, 
but I cannot figure it out) ?

Thanks in advance,

Patrick


-------------- next part --------------
A non-text attachment was scrubbed...
Name: patrick_giraudoux.vcf
Type: text/x-vcard
Size: 399 bytes
Desc: not available
URL: <https://stat.ethz.ch/pipermail/r-sig-geo/attachments/20081116/99a0d43c/attachment.vcf>


More information about the R-sig-Geo mailing list