View source: R/newPCollection.R
NewPCollection | R Documentation |
Generates a new PCollection from one single or a list of PRecording(s)
NewPCollection(PRecording, Names = NULL, Group = "Ungrouped")
PRecording |
a PRecording object, or list of PRecording objects |
Names |
Name(s) of the PCollection. A character vector with the same number of entries as PRecording |
Group |
Group assignments for the PRecordings. A character vector length 1 (all same group) or of the same length as PRecording |
A PCollectionobject
data(PRecording)
SampleData
tmp<-NewPCollection(SampleData)
tmp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.