R/covariates_ui.R

Defines functions covariates_ui

covariates_ui <- function()
{
  bslib:: nav_panel(
    title = "Covariates",
    icon = icon("people-group", verify_fa = FALSE),
    value = "cov",
    wellPanel(
      h4( icon('person-digging', verify_fa = FALSE), 'Work in progress')
    )
  )
}

Try the pmxcode package in your browser

Any scripts or data that you put into this service are public.

pmxcode documentation built on Oct. 19, 2024, 5:07 p.m.