Learn R Programming

sbgr (version 1.0.0)

pipeline_list_my: Returns the list of pipelines in user's "My Pipelines" section

Description

Returns the list of pipelines in user's "My Pipelines" section.

Usage

pipeline_list_my(auth_token = NULL, ...)

Arguments

auth_token
auth token
...
parameters passed to sbgapi function

Value

parsed list of the returned json

Examples

Run this code
token = '420b4672ebfc43bab48dc0d18a32fb6f'
req = pipeline_list_my(token)

Run the code above in your browser using DataLab