feat: the missingness module was overhauled to include two different analysis methods and a better, standalone module
Some checks are pending
pkgdown.yaml / pkgdown (push) Waiting to run

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-12-11 09:34:40 +01:00
commit af523edc00
No known key found for this signature in database
25 changed files with 1049 additions and 720 deletions

View file

@ -6,13 +6,15 @@
\alias{data_missings_server}
\title{Data correlations evaluation module}
\usage{
data_missings_ui(id)
data_missings_ui(id, ...)
data_missings_server(id, data, variable, max_level = 20, ...)
data_missings_server(id, data, max_level = 20, ...)
}
\arguments{
\item{id}{Module id}
\item{...}{additional UI elements to show before the table overview}
\item{data}{data}
\item{output.format}{output format}