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
        )
    )


jbryer/mldash documentation built on March 4, 2023, 9:35 p.m.