Skip to contents

This is a convenience function that writes to the "individuals.ring_history".

Usage

writeRingHistory(historyData, append = T)

Arguments

historyData

A named vector or data frame that fits the ring history table in schema individuals

append

Logical, default True. If True, the line(s) is appended to the end of the table.

overwrite

Logical, default False. WARNING!! If True, the function overwrites the current content of the logger_info table.

Value

Data frame.

Details

It is very important to store backups of this table outside the database! This is the memory of the history of the ring numbers and might need to be reimported if the database has been scratched!

Examples

if (FALSE) { # \dontrun{
connectSeatrack(Username = "testreader", Password = "testreader")
writeRingHistory(sampleRingHistory)
} # }