mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-12-16 17:42:10 +01:00
35 lines
377 B
Markdown
35 lines
377 B
Markdown
# Data correlations evaluation module
|
|
|
|
Data correlations evaluation module
|
|
|
|
## Usage
|
|
|
|
``` r
|
|
data_missings_ui(id, ...)
|
|
|
|
data_missings_server(id, data, max_level = 20, ...)
|
|
```
|
|
|
|
## Arguments
|
|
|
|
- id:
|
|
|
|
Module id
|
|
|
|
- ...:
|
|
|
|
additional UI elements to show before the table overview
|
|
|
|
- data:
|
|
|
|
data
|
|
|
|
- output.format:
|
|
|
|
output format
|
|
|
|
## Value
|
|
|
|
Shiny ui module
|
|
|
|
shiny server module
|