Description Usage Arguments Value Author(s) Examples
loads argos data.
1  | get_argos(con, tab = "argos", tagID = "ALL")
 | 
con | 
 db connection  | 
tab | 
 table name containing the data. should have tagID, locationDate,latitude, longitude  | 
data.table
MV
1 2 3 4 5 6 7  |     
## Not run: 
con = dbConnect(RSQLite::SQLite(), '~/argoSoap_scinam.sqlite' ) 
x =get_argos(con)
 
## End(Not run)        
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.