This function creates a proxy object that can be used to update an existing g6 graph instance after it has been rendered in the UI. The proxy allows for server-side modifications of the graph without completely re-rendering it.
g6_proxy(id, session = shiny::getDefaultReactiveDomain())A proxy object of class "g6_proxy" that can be used with g6 proxy methods
such as g6_add_nodes(), g6_remove_nodes(), etc.
Character string matching the ID of the g6 graph instance to be modified.
The Shiny session object within which the graph exists. By default, this uses the current reactive domain.