get_global_graph_attr_info: Get global graph attributes

View source: R/get_global_graph_attr_info.R

get_global_graph_attr_infoR Documentation

Get global graph attributes

Description

Get the available global attributes for a graph object of class dgr_graph.

Usage

get_global_graph_attr_info(graph)

Arguments

graph

A graph object of class dgr_graph.

Value

A data frame containing global attributes for the graph.

Examples

# Create a new, empty graph
graph <- create_graph()

# View the graph's set of
# global attributes
graph %>%
  get_global_graph_attr_info()


DiagrammeR documentation built on May 31, 2023, 6:14 p.m.