powered by
Set a name for a graph object of class dgr_graph.
dgr_graph
set_graph_name(graph, name)
A graph object of class dgr_graph.
The name to set for the graph.
# Create an empty graph graph <- create_graph() # Provide the new graph with a name graph <- graph %>% set_graph_name( name = "example_name")
Run the code above in your browser using DataLab