powered by
Get the available global attributes for a graph object of class dgr_graph.
dgr_graph
get_global_graph_attr_info(graph)
a graph object of class dgr_graph.
a data frame containing global attributes for the graph.
# NOT RUN { # Create a new, empty graph graph <- create_graph() # View the graph's set of # global attributes graph %>% get_global_graph_attr_info() # }
Run the code above in your browser using DataLab