get_real {quicR} | R Documentation |
Accepts an Excel file or a dataframe of real-time RT-QuIC data.
get_real(file, ordered = FALSE)
file |
Either an Excel file or a dataframe. |
ordered |
Logical, if true, will organize the columns by sample ID. |
A list of dataframes containing the formatted real-time data.
file <- system.file(
"extdata/input_files",
file = "test.xlsx",
package = "quicR"
)
get_real(file)