trigger_script {DiagrammeR}R Documentation

Trigger a script embedded in a graph series object

Description

Run an R script located inside or referenced from the graph series object in order to migrate the state of one or more contained graphs.

Usage

trigger_script(graph_series, script = 1)

Arguments

graph_series

a graph series object of type dgr_graph_1D.

script

the index of the script character string or path reference held in in the graph series.

Value

a graph series object of type dgr_graph_1D.


[Package DiagrammeR version 0.9.0 Index]