knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(wellr)
Some of the functions that might be useful.
plate <- well_plate(8, 12) plate$value <- seq(nrow(plate)) well_df_to_mat(plate, "value")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.