separate_raw: Separate Real-Time Data into separate dataframes.

View source: R/separate_raw.R

separate_rawR 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.


quicR documentation built on April 3, 2025, 11:20 p.m.