create_routing_artifacts: Create or update an artifact routing map

Description Usage Arguments Value See Also

Description

Create or update an artifact routing map

Usage

1
2
create_routing_artifacts(x, workflow_uri = NULL, stage_uri = NULL,
  action = c("assign", "unassign")[1], routing = create_routing())

Arguments

x

a list of one or more artifacts as ArtifactsRefClass or xmlNode

workflow_uri

from the link... 'The workflow to use for (un)assigning the samples. Is not needed if stage URI is set. If stageURI is not specified, the default stage in the workflow will be used for assignment.'

action

character of either 'assign' or 'unassign'

routing

xml structure of type 'routing' - if NULL a new one is created but if provided it is updated

satge_uri

from the link above 'The stage to assign the samples to. The #' stage is tied to a workflow, so workflowURI is not needed if this attribute #' is set.'

Value

xml routing node (new or updated) or NULL

See Also

https://www.genologics.com/files/permanent/API/latest/data_rt.html#element_routing


BigelowLab/genologicsr documentation built on May 5, 2019, 2:42 p.m.