Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add number of fish to bds age data export #6

Open
kellijohnson-NOAA opened this issue Feb 10, 2020 · 1 comment
Open

add number of fish to bds age data export #6

kellijohnson-NOAA opened this issue Feb 10, 2020 · 1 comment
Assignees
Milestone

Comments

@kellijohnson-NOAA
Copy link
Contributor

add n.fish to the table of ages from shoreside fishery, done manually this year at the last minute with

table(data$SAMPLE_YEAR)

after checking that

with(subset(data, !duplicated(SAMPLE_NO)),table(SAMPLE_YEAR))

led to the right number of sampled trips.

@kellijohnson-NOAA kellijohnson-NOAA added this to the 2021 milestone Feb 10, 2020
@kellijohnson-NOAA kellijohnson-NOAA self-assigned this Feb 10, 2020
@kellijohnson-NOAA
Copy link
Contributor Author

  • add export routine that places these numbers in fishery-sampling-history.csv

@kellijohnson-NOAA kellijohnson-NOAA modified the milestones: 2021, 2023 Dec 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant