reactive_graph_data: Generate graph data

View source: R/reactive_graph_data.R

reactive_graph_dataR Documentation

Generate graph data

Description

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

Usage

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.


KotulskaLab/AmyloGraph documentation built on June 30, 2023, 8:48 p.m.