assign_info: Import, process, and export data from Argos downloads

View source: R/assign_info.R

assign_infoR Documentation

Import, process, and export data from Argos downloads

Description

Add specific information to the ARGOS data set produced by import_argos

Usage

assign_info(tt.dat, tt.deployed)

Arguments

tt.dat

data frame; the raw(ish) data from the ARGOS download

tt.deployed

data frame; the log containing deployment information for each tag

Details

This ugly pile of braces, brackets, fors, ifs, and elses will assign Spp, Site, Study, etc. designations to each record in the file for which deployment information is available. It goes row by row through the giant data set, so expect it to take awhile when processing lots of data

Ready. Set. Go.

Value

A data frame with more informative Argos data


us-amlr/amlrgos documentation built on Nov. 10, 2024, 7:30 a.m.