For each tag, summarises final spawning location as well as important pieces of biological information.
summarizeTagData(
filtered_obs = NULL,
bio_data = NULL,
saveCSV = F,
file_name = NULL,
...
)
Tibble returned by `filterDetections()`.
Dataframe containing `tag_code` and relevant biological data from each fish, often gathered when they were tagged.
if `save_csv` is `TRUE`, this is the file path and name, with .csv extension, where the file should be save.
should the resulting dataframe be saved as a csv file? Default value is `FALSE`.
summarizeTagData()
#> Error in summarizeTagData(): !is.null(filtered_obs) is not TRUE