Learn R Programming

FastRet (version 1.3.0)

read_rp_xlsx: Read retention times (RT) measured on a reverse phase (RP) column

Description

Reads retention times from a reverse phase liquid chromatography experiment, performed at 35\(^\circ\)C and a flow rate of 0.3 mL/min. The data is also available as a dataframe in the package; to access it directly, use RP.

Usage

read_rp_xlsx()

Arguments

Value

A dataframe of 442 metabolites with columns RT, SMILES and NAME.

See Also

RP

Examples

Run this code
x <- read_rp_xlsx()
all.equal(x, RP)

Run the code above in your browser using DataLab