# Create a grid block with 2 columns
new_grid_block(ncol = "2")
# Create a grid block with title
new_grid_block(title = "My Combined Plots", ncol = "2")
if (interactive()) {
library(blockr.core)
# Grid block requires multiple ggplot inputs
serve(new_grid_block())
}
Run the code above in your browser using DataLab