cg_session_graph {cgraph} | R Documentation |
Get the graph that is currently active.
cg_session_graph()
cg_graph object, the graph that is currently active.
Ron Triepels
# Initialize a computational graph x <- cg_graph() # Retrieve the graph from the session cg_session_graph()