compute_dependency_network: compute source, target dependency network

Description Usage Arguments

View source: R/network.R

Description

create a source, target data.frame listing all dependencies and their direction

Usage

1
2
compute_dependency_network(app, type = c("inputs", "reactives"),
  relation = c("dependency", "isolate"))

Arguments

app

data.frame all annotated code blocks in server.R code

type

string which type to annotate: inputs or reactives

relation

string which type to relation: dependency or isolate


basf/reactflush documentation built on Feb. 15, 2021, 12:12 a.m.