Write Stock Assessment Title

create_title(
  office = NULL,
  species = NULL,
  region = NULL,
  year = NULL,
  complex = NULL,
  type = NULL,
  spp_latin = NULL
)

Arguments

office

Regional Fisheries Science Center producing the report (i.e., AFSC, NEFSC, NWFSC, PIFSC, SEFSC, SWFSC).

species

Full common name for target species. Split naming with a space and capitalize first letter(s). Example: "Dover sole".

region

Full name of region in which the species is evaluated (if applicable). If the region is not specified for your center or species, do not use this variable.

year

Year the assessment is being conducted. Default is the year in which the report is rendered.

complex

TRUE/FALSE; Is this a species complex? Default is false.

type

Type of report to build. Default is SAR.

spp_latin

Latin name for the target species. Example: "Pomatomus saltatrix".

Examples

create_title(
  office = "SEFSC", species = "Red Snapper", region = "South Atlantic",
  year = 2024, type = "SAR", spp_latin = "Lutjanus campechanus"
)
#> [1] "SEDAR XX Assessment Report for Red Snapper (\\textit{Lutjanus campechanus}) in the South Atlantic in 2024"