#' second_modulo
#' @export
second_modulo <- function(x) round(lubridate::second(Sys.time())) %% x
#' expr
#' @export
expr <- rlang::expr(map_lgl(1:3, ~{cat(".") ; Sys.sleep(1) ; return(second_modulo(5) == 0)}))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.