
Initialize a computational graph.
cg_graph(eager = TRUE)
logical scalar, should new nodes added to the graph be evaluated eagerly? Defaults to TRUE.
cg_graph object.
# NOT RUN {
# Initialize a computational graph
graph <- cg_graph()
# }
Run the code above in your browser using DataLab