powered by
Accepts a table or matrix or a list of tables and matrices and converts them into dataframe columns.
convert_tables(tab, na_omit = TRUE)
A dataframe column.
A table/matrix or a list of tables/matrices.
Logical; if true, will remove rows with NA.
file <- system.file( "extdata/input_files", file = "test.xlsx", package = "quicR" ) tabs <- organize_tables(file) convert_tables(tabs)
Run the code above in your browser using DataLab