powered by
Collapse rows into a semi-colon delimited list with column names and cell values
collapse_rows(pmc, na.string)
A tibble with table and row number and collapsed text
a list of tables, usually from pmc_table
pmc_table
additional cell values to skip, default is NA and ""
Chris Stubben
x <- data.frame( genes = c("aroB", "glnP", "ndhA", "pyrF"), fold_change = c(2.5, 1.7, -3.1, -2.6) ) collapse_rows(list(`Table 1` = x))
Run the code above in your browser using DataLab