get_argos: get_argos

Description Usage Arguments Value Author(s) Examples

Description

loads argos data.

Usage

1
get_argos(con, tab = "argos", tagID = "ALL")

Arguments

con

db connection

tab

table name containing the data. should have tagID, locationDate,latitude, longitude

Value

data.table

Author(s)

MV

Examples

1
2
3
4
5
6
7
    
## Not run: 

con = dbConnect(RSQLite::SQLite(), '~/argoSoap_scinam.sqlite' ) 
x =get_argos(con)
 
## End(Not run)        

mpio-be/sdbvis documentation built on June 11, 2019, 4:57 p.m.