Applies a set of transformations to base tabular data based on currently selected attribute to group by.

reactive_graph_data(data, group)

Arguments

data

[reactive(tibble())]
AmyloGraph tabular edge data.

group

[reactive(character(1))]
Name of a currently selected attribute (if none, empty string).

Value

A reactive object with a tibble containing mutated graph data.