blks <- c(
a = blockr.core::new_dataset_block(),
b = blockr.core::new_head_block()
)
exts <- list(
edit = new_edit_board_extension()
)
grid <- list("edit", list("a", "b"))
layout <- create_dock_layout(blks, exts, grid)
is_dock_layout(layout)
Run the code above in your browser using DataLab