• NOSA = c("spawningyear", "popid")

  • SAR = c("outmigrationyear", "popid")

  • PNI = c("spawningyear", "popid")

  • JuvOut = c("outmigrationyear", "popid")

  • PreSmolt = c("surveyyear", "popid")

  • RperS = c("broodyear", "popid")

rcax_table_sortcols(hli, type = c("xport", "base"))

Arguments

hli

The HLI short name: NOSA, SAR, PNI, RperS, JuvOut, or PreSmolt

type

XPort table or base table

Value

A vector of column names for sorting

Examples

rcax_table_sortcols("NOSA")
#> [1] "spawningyear" "popid"