| .register_graph_context {tidygraph} | R Documentation |
This function sets the provided graph to be the context for tidygraph
algorithms, such as e.g. node_is_center(), for the duration of the current
environment. It automatically removes the graph once the environment exits.
.register_graph_context(graph, free = FALSE, env = parent.frame())
graph |
A |
free |
Should the active state of the graph be ignored? |
env |
The environment where the context should be active |