Description Usage Arguments Value
Get data from a remote ATLAS SQL database.
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"
)
|
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 |
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
|
host |
The server address on which the data are stored.
Defaults to |
username |
Username to access the data. |
password |
Password to access the data. |
A dataframe of agent positions, filtered between the required tracking times.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.