knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(mldash)
mldash::read_ml_models() |> dplyr::select(name, type, description, packages) |> dplyr::mutate(type = factor(type)) |> DT::datatable( rownames = FALSE, filter = 'top', options = list( pageLength = 20, autoWidth = TRUE ) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.