Skip to contents

This is a convenience function that pulls together various info on the files in the loggers.file_archive table and other tables

Usage

getFileArchiveSummary(colony = NULL, year = NULL)

Value

Data frame.

Examples

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