Skip to content

Commit 4214ba3

Browse files
committed
add function to pkgdown yml
1 parent 37d4dce commit 4214ba3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

_pkgdown.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ reference:
2929
- contents:
3030
- get_species
3131
- get_species_itis
32+
- get_species_stock_area
3233
- get_areas
3334
- get_gears
3435
- get_locations

vignettes/schemas.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To use comlandr, you will need permissions to access several databases. The foll
2020
```{r table, echo = F, eval = T}
2121
sample_list <- list(
2222
svdbs = c("survan_conversion_factors", "svcruise_purpose", "length_weight_coefficients", "union_fscs_svbio", "union_fscs_svsta", "union_fscs_svcat", "union_fscs_svlen", "svdbs_cruises", "fscs_maturity_codes", "sex_codes","fscs_sex_codes", "svspecies_list", "svmstrata", "sv_vessel", "mstr_cruise"),
23-
stockeff = c("mv_cf_landings","V_CF_STOCK_RECENT_STAT_AREA_O"),
23+
stockeff = c("mv_cf_landings","v_cf_stock_recent_stat_area_o"),
2424
obdbs = c("obspp", "asmpp", "obinc", "obotgh", "obspecconv", "obspec"),
2525
NEFSC_GARFO = c("maine_herring_catch","area", "gear", "loc", "port", "cfspp", "species_itis_ne", "mstrvess"))
2626

0 commit comments

Comments
 (0)