Skip to contents

This is a convenience function that pulls together various info on the files in the individuals.individ_info and individuals.individ_status table and other tables

Usage

getIndividInfo(colony = NULL, year = NULL)

Value

Data frame.

Examples

if (FALSE) { # \dontrun{
seatrackConnect(Username = "testreader", Password = "testreader")
individInfo <- getInfividInfo()
} # }