Learn R Programming

blockr (version 0.1.0)

run_app: Run app

Description

Run a DAG-board app.

Usage

run_app(..., extensions = new_dag_extension(), id = rand_names())

Value

Acting a a wrapper to blockr.core::serve(), the result of a call to shiny::shinyApp() is returned.

Arguments

..., extensions

Forwarded to blockr.dock::new_dock_board()

id

Board namespace ID

Examples

Run this code
if (interactive()) {
  run_app(
    blocks = c(
      a = new_dataset_block("iris")
    )
  )
}

Run the code above in your browser using DataLab