SirTrackDat: Download data from Sirtrack Website

Description Usage Arguments Value Examples

Description

Download all data from a Sirtrack project, save as a csv locally and return a spatialpointsdataframe of the data

Usage

1
SirTrackDat(user, pass, saveas, yourlink)

Arguments

user

username used to login to website

pass

password used to login to website

saveas

name of file (as .csv) to save data locally

yourlink

this is the link used to download your data. Login to your sirtrack project, hover over the "Export Full Data Set" csv icon, right click, Copy link address, and paste as a character vector

Value

Resulting object is a spatial points data frame Spatial Data Column Description:

CollarSerialNumber

Collar Serial Number

TelemDate

POSIX Field of collare fixes in the USER'S timezone. NOTE: may need to alter timezone

HDOP

Horizontal Dilution of Precision

2D/3D

Whether fix is a 2d or 3d fix. Values are either 2 or 3

Temperature

Temperature reported by collar

Examples

1
2
stdat<-SirTrackDat(user=email,
pass=password,saveas='C:/Users/mhayes1/Desktop/SirtrackDat.csv')

MovingUngulate/Collar documentation built on May 31, 2019, 10:45 p.m.