extract_rep_table: Extract the vectors from a list into a 'tibble::tibble()'....

View source: R/utils-extract-rep-table.R

extract_rep_tableR Documentation

Extract the vectors from a list into a tibble::tibble(). Used in fetch_extra_mcmc()

Description

Extract the vectors from a list into a tibble::tibble(). Used in fetch_extra_mcmc()

Usage

extract_rep_table(reps_lst, header)

Arguments

reps_lst

A list of vectors, all the same length and structure, typically extracted as a portion of a Report.sso file

header

A vector of column names for the new table

Value

A tibble::tibble() representing one row for each of the list elements found in reps_lst. A new column called Iter is prepended and represents the list element number that the data for each row came from. List elements that are NA will not be included in the table.


pacific-hake/pacifichakemse documentation built on June 11, 2024, 4:07 a.m.