wat_get_data: Get data from a remote ATLAS SQL database.

Description Usage Arguments Value

View source: R/func_getData.r

Description

Get data from a remote ATLAS SQL database.

Usage

1
2
3
4
5
6
7
8
9
wat_get_data(
  tag,
  tracking_time_start,
  tracking_time_end,
  database = "some_database",
  host = "abtdb1.nioz.nl",
  username = "someuser",
  password = "somepassword"
)

Arguments

tag

An 11 digit number representing the ATLAS tag. May be passed as a character or a numeric. Will be converted to a character. An example is "31001000001".

tracking_time_start

Character representation of time (Central European Time, +1 UTC) from which start point data should be retrieved.

tracking_time_end

Character time representing the end point corresponding to the above start point.

database

The database name on the host server. Defaults to db for unknown reasons.

host

The server address on which the data are stored. Defaults to abtdb1.nioz.nl.

username

Username to access the data.

password

Password to access the data.

Value

A dataframe of agent positions, filtered between the required tracking times.


pratikunterwegs/watlastools documentation built on Nov. 5, 2021, 2:07 p.m.