View source: R/utils-extract-rep-table.R
extract_rep_table | R Documentation |
tibble::tibble()
.
Used in fetch_extra_mcmc()
Extract the vectors from a list into a tibble::tibble()
.
Used in fetch_extra_mcmc()
extract_rep_table(reps_lst, header)
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 |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.