summarizeTagData: Tag Summary

View source: R/summarizeTagData.R

summarizeTagDataR Documentation

Tag Summary

Description

For each tag, summarises final spawning location as well as important pieces of biological information.

Usage

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(s)

Kevin See

Examples

summarizeTagData()

KevinSee/PITcleanr documentation built on Feb. 27, 2024, 11:03 p.m.