getObjsInPipe {pipeFrame}R Documentation

Obtain all of objects in the specific pipeline

Description

Obtain all of objects in the specific pipeline

Usage

getObjsInPipe(pipeName = "pipe")

Arguments

pipeName

Character scalar or vector. Pipeline name(s) of objects to be selected.

Value

List scalar. A list containing all objects that belongs to the pipe name.

Examples

getObjsInPipe("pipe")

[Package pipeFrame version 1.6.0 Index]