#' View the rownumber per status in progress_list
#' @export
view_progress_list_nrow <-
function(progress_list) {
lapply(progress_list, nrow)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.