Learn R Programming

emuR (version 2.6.0)

rdaTrackToSsff: Converts a signal track from Rda to SSFF

Description

The SSFF track briefly hits the disk, but the return value of this function is in-memory only.

Usage

rdaTrackToSsff(rdaPath, columnExpression)

Value

Raw contents of an SSFF-encoded file

Arguments

rdaPath

Path to the Rda file containing the signal track

columnExpression

The R expression needed to extract the desired signal data from the Rda file, for example `data$audio` or `data$velumgridsigUS`