Skip to contents

Shiny bindings for dragmapr widgets

Usage

dragmaprOutput(outputId, width = "100%", height = "650px")

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

Arguments

outputId

Shiny output id.

width, height

Output dimensions.

expr

Expression returning dragmapr_widget().

env

Evaluation environment.

quoted

Is expr quoted?

Value

Shiny output/render functions.