mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
Deploying to gh-pages from @ agdamsbo/FreesearchR@af523edc00 🚀
This commit is contained in:
parent
d7aa36d3d7
commit
128295eac7
166 changed files with 1336 additions and 1152 deletions
|
|
@ -5,9 +5,9 @@ Data correlations evaluation module
|
|||
## Usage
|
||||
|
||||
``` r
|
||||
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
|
||||
|
|
@ -16,6 +16,10 @@ data_missings_server(id, data, variable, max_level = 20, ...)
|
|||
|
||||
Module id
|
||||
|
||||
- ...:
|
||||
|
||||
additional UI elements to show before the table overview
|
||||
|
||||
- data:
|
||||
|
||||
data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue