Read retention time data from a reverse phase liquid chromatography measured with a temperature of 35 degree and a flowrate of 0.3ml/min. The data also exists as dataframe in the package. To use it directly in R just enter RP
.
Examples
# \donttest{
x <- read_rp_xlsx()
all.equal(x, RP)
#> [1] TRUE
# }