We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
goa_pop/2023/R/ss_dataprep.R
Line 14 in 891be27
@mkapur-noaa
Looking at this line - the majority of the inputs are already taken care of in the afscdata/afscassess code - can simply use:
vroom::vroom(here::here(year, "data", "output", "fsh_catch.csv")) %>% dplyr::mutate(seas = 1, fleet=1, cv=0.01) %>% dplyr::select(Yr=year, seas, fleet, catch, cv) %>% vroom::vroom_write(here::here(year, "data", "for_ss", paste0(Sys.Date(),'-catches.csv')), ",")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
goa_pop/2023/R/ss_dataprep.R
Line 14 in 891be27
@mkapur-noaa
Looking at this line - the majority of the inputs are already taken care of in the afscdata/afscassess code - can simply use:
The text was updated successfully, but these errors were encountered: