Skip to contents

Shiny render binding for cytoscapeNetwork

Usage

renderCytoscapeNetwork(expr, env = parent.frame(), quoted = FALSE)

Arguments

expr

An expression that generates an HTML widget (or a promise of an HTML widget).

env

The environment in which to evaluate expr.

quoted

Is expr a quoted expression (with quote())? This is useful if you want to save an expression in a variable.