dragulaWidget: Dragula widget.

Description Usage Arguments Value Examples

Description

Create dragula widget.

Usage

1
2
3
dragulaOutput(outputId)

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

Arguments

outputId

output variable to read from.

expr

An expression that generates a dragula object.

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.

Value

RETURN_DESCRIPTION

Examples

1
2
3
4
if(interactive()) {
  path <- system.file("apps/example02-input", package = "dragulaR")
  runApp(path, display.mode = "showcase")
}

dragulaR documentation built on May 1, 2019, 7:55 p.m.