# NOT RUN {
# Initialize a computational graph
graph1 <- cg_graph()
# Initialize another computational graph. It becomes the active graph.
graph2 <- cg_graph()
# Set graph1 to be the active graph
cg_session_set_graph(graph1)
# }
Run the code above in your browser using DataLab