separate_raw {quicR} | R Documentation |
Separate Real-Time Data into separate dataframes.
Description
If multiple real-time reads were exported from MARS, separate_raw will parse them out and separate them. It will also export to an Excel file with each real-time data having its own sheet.
Usage
separate_raw(file, num_rows, export_name)
Arguments
file |
An Excel file exported from MARS. |
num_rows |
Number of rows in the header to ignore. |
export_name |
The name of the original file or an orignal name. |
Value
An Excel file with separated raw real-time data.
[Package quicR version 2.1.0 Index]