mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-12-16 09:32:10 +01:00
Some checks are pending
pkgdown.yaml / pkgdown (push) Waiting to run
29 lines
586 B
R
29 lines
586 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/missings-module.R
|
|
\name{data-missings}
|
|
\alias{data-missings}
|
|
\alias{data_missings_ui}
|
|
\alias{data_missings_server}
|
|
\title{Data correlations evaluation module}
|
|
\usage{
|
|
data_missings_ui(id, ...)
|
|
|
|
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}
|
|
}
|
|
\value{
|
|
Shiny ui module
|
|
|
|
shiny server module
|
|
}
|
|
\description{
|
|
Data correlations evaluation module
|
|
}
|