# NOT RUN {
# Load the crocodile data in the VTrack 1.0 archive format
# adding 10 hours to convert from UTC
data(crocs)
Vcrocs <- ReadInputData(infile=crocs,
iHoursToAdd=10,
dateformat = NULL,
sVemcoFormat='1.0')
# Extract summary table of transmitters in the file according to receiver serial numbers
ExtractTagSummary(Vcrocs,sLocation="RECEIVERID")
# Extract summary table of transmitters in the file according to station names
ExtractTagSummary(Vcrocs,sLocation="STATIONNAME")
# }
Run the code above in your browser using DataLab