tristan-sebens / metl

An R package developed by and for the AFSC MESA group for extracting and standardizing data from telemetry tags.
GNU General Public License v3.0
0 stars 0 forks source link

Add tag metadata to output `.csv` file names #113

Open tristan-sebens opened 1 month ago

tristan-sebens commented 1 month ago

User requested feature: have the output .csv file names contain metadata from the tag (i.e. tag type and tag ID values)

At the time of this request, implementation was made difficult due to the architecture of the package. However, it is possible that future iterations of the package will be able to implement this feature with greater ease.