#' Right Trim
#'
#' @param plate A plate object/tibble
#' @param timepoint Trim time points after this
#' @export
#'
right_trim = function(plate, timepoint) {
plate |>
dplyr::filter(HOURS < timepoint)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.