View source: R/get_global_graph_attr_info.R
| get_global_graph_attr_info | R Documentation | 
Get the available global attributes for a graph object of class dgr_graph.
get_global_graph_attr_info(graph)
graph | 
 A graph object of class   | 
A data frame containing global attributes for the graph.
# Create a new, empty graph
graph <- create_graph()
# View the graph's set of
# global attributes
graph %>%
  get_global_graph_attr_info()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.