# This test takes >5 sec
# \donttest{
file <- system.file(
"extdata/input_files",
file = "test2.xlsx",
package = "quicR"
)
df_ <- get_real(file)[[1]]
# Export the tables in the first sheet of the file.
dic <- quicR::organize_tables(file)
# Normalize the raw data against the background reading.
normalize_RFU(df_)
# }
Run the code above in your browser using DataLab