powered by
dgr_graph
get_graph_name(graph)
create_graph
# Create an empty graph graph <- create_graph() # Provide the new graph with a name graph <- set_graph_name(graph, "the_name") # Get the graph's name get_graph_name(graph) #> [1] "the_name"
Run the code above in your browser using DataLab