import creel frtables
import_creel_frtables.Rd
This function will import the FR report tables from a single FN2 creel project that has 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_frtables("SC97_WL1/DATA.ZIP")
lapply(cr1_frtable, head)
} # }