powered by
Run a DAG-board app.
run_app(..., extensions = new_dag_extension(), id = rand_names())
Acting a a wrapper to blockr.core::serve(), the result of a call to shiny::shinyApp() is returned.
blockr.core::serve()
shiny::shinyApp()
Forwarded to blockr.dock::new_dock_board()
blockr.dock::new_dock_board()
Board namespace ID
if (interactive()) { run_app( blocks = c( a = new_dataset_block("iris") ) ) }
Run the code above in your browser using DataLab