NewPCollection: Generates a new PCollection from PRecording(s)

View source: R/newPCollection.R

NewPCollectionR Documentation

Generates a new PCollection from PRecording(s)

Description

[Stable]
Generates a new PCollection from one single or a list of PRecording(s)

Usage

NewPCollection(PRecording, Names = NULL, Group = "Ungrouped")

Arguments

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

Value

A PCollectionobject

Examples

data(PRecording)
SampleData
tmp<-NewPCollection(SampleData)
tmp

moritzlindner/PatchR documentation built on April 30, 2024, 1:40 a.m.