Relative Content

Tag Archive for rtidyr

Pivot distinct value pairs wider using timestamp

I have distinct pairwise data points in column Utterance; the data pairs have identical Timestamps. I’d like to pivot the distinct Utterance pairs wider and align them on the same row with the same Timestamp. I can do it, though I’m wondering if there’s a way to do it more elegantly, more directly than this; specifically, can steps 2 and 3 be omitted or replaced by information related to the Timestamp?