glue_create_script {paws.analytics} | R Documentation |
Transforms a directed acyclic graph (DAG) into code
Description
Transforms a directed acyclic graph (DAG) into code.
See https://www.paws-r-sdk.com/docs/glue_create_script/ for full documentation.
Usage
glue_create_script(DagNodes = NULL, DagEdges = NULL, Language = NULL)
Arguments
DagNodes |
A list of the nodes in the DAG. |
DagEdges |
A list of the edges in the DAG. |
Language |
The programming language of the resulting code from the DAG. |
[Package paws.analytics version 0.7.0 Index]