import creel series frtables
import_creel_series_frtables.Rd
This function is a wrapper for `import_creel_frtables` that will import the FR report tables from multiple FN2 creel projects that have been analyzed in FN2. FN2 generates several FR* report/summary tables. Tables will be returned as items within a list.
Examples
if (FALSE) { # \dontrun{
cr1_frtable <- import_creel_series_frtables("SC97_WL1/DATA.ZIP", "SC96_WL11/DATA.ZIP")
lapply(cr1_frtable, head)
} # }