Skip to contents

Shiny bindings for Widget_CrossStudyRiskScore

Usage

Widget_CrossStudyRiskScoreOutput(outputId, width = "100%", height = "600px")

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

Arguments

outputId

output variable to read from

width, height

Must be a valid CSS unit

expr

An expression that generates a Widget_CrossStudyRiskScore

env

The environment in which to evaluate expr.

quoted

Is expr a quoted expression?