Create compatible data structure for g6_add_data(), g6_set_data() or
simply g6().
g6_data(nodes = NULL, edges = NULL, combos = NULL)as_g6_data(x, ...)
# S3 method for g6_data
as_g6_data(x, ...)
# S3 method for list
as_g6_data(x, ...)
An object of class g6_data.
Nodes data.
Edges data.
Combo data.
A list with elements nodes, edges, and/or combos.
Additional arguments (unused).