Learn R Programming

rprime (version 0.1.0)

tidy: Clean up `Running`-related attributes

Description

A fresh EprimeFrame object has the structure:

Usage

tidy(x)

Arguments

Details

Eprime.LevelName: NA Eprime.Level: [Level] Running: [Key] [Key]: [Value] [Key].Cycle: [Cycle] [Key].Sample: [Sample]

These [Key] values make it harder to merge together data-frames later on, since each unique [Key] gets its own column name. Therefore, we normalize these field names early on. The end result has the structure:

Eprime.LevelName: [Key]_[Value] Eprime.Level: [Level] Running: [Key] Cycle: [Cycle] Sample: [Sample]