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,
  ...
)

Arguments

filtered_obs

Tibble returned by `filterDetections()`.

bio_data

Dataframe containing `tag_code` and relevant biological data from each fish, often gathered when they were tagged.

file_name

if `save_csv` is `TRUE`, this is the file path and name, with .csv extension, where the file should be save.

save_csv

should the resulting dataframe be saved as a csv file? Default value is `FALSE`.

Author

Kevin See

Examples

summarizeTagData()
#> Error in summarizeTagData(): !is.null(filtered_obs) is not TRUE