NewGraphEnvironment / fish_passage_skeena_2023_reporting

https://newgraphenvironment.github.io/fish_passage_skeena_2023_reporting
Creative Commons Zero v1.0 Universal
0 stars 2 forks source link

Transfer fish data from `fish_data.csv` in onedrive to `habitat_confirmation.xls` #9

Closed Mateo9569 closed 10 months ago

Mateo9569 commented 10 months ago

Just a couple things that need to be done in raw file before the data can be copied and pasted directly into "Step 3"

I will add a code section for this in the pit_tags.R script in the project. And maybe just change the file name to fish_data_tidy.R. In the future if we collect fish data digitally we can add additional data wrangling code to this file.

NewGraphEnvironment commented 10 months ago

could read in fish_data.csv from onedrive directly and left_join select columns fromhabitat_confirmation.xls data to the fish data based on site vs copy paste to avoid transcription errors?

fishbc xref can be done at same time with script too perhaps.. Burn csv ready for cut and paste to data/inputs_raw perhaps