Write Stock Assessment Title
create_title(
office = NULL,
species = NULL,
region = NULL,
year = NULL,
complex = NULL,
type = NULL,
spp_latin = NULL
)
Regional Fisheries Science Center producing the report (i.e., AFSC, NEFSC, NWFSC, PIFSC, SEFSC, SWFSC).
Full common name for target species. Split naming with a space and capitalize first letter(s). Example: "Dover sole".
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 the assessment is being conducted. Default is the year in which the report is rendered.
TRUE/FALSE; Is this a species complex? Default is false.
Type of report to build. Default is SAR.
Latin name for the target species. Example: "Pomatomus saltatrix".
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"