glue_create_script: Transforms a directed acyclic graph (DAG) into code

View source: R/glue_operations.R

glue_create_scriptR 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.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.