mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
new pkg version ready
This commit is contained in:
parent
2cc4831998
commit
1d6a4543b0
7 changed files with 418 additions and 95 deletions
BIN
R/sysdata.rda
BIN
R/sysdata.rda
Binary file not shown.
|
|
@ -317,7 +317,7 @@ validation_lib <- function(name = NULL) {
|
|||
"missings" = function(x) {
|
||||
### Placeholder for missingness validation
|
||||
list(
|
||||
string = i18n$t("There are {p_miss} % missing observations."),
|
||||
string = i18n$t("There is a total of {p_miss} % missing observations."),
|
||||
summary.fun = missings_validate,
|
||||
summary.fun.args = list(
|
||||
data = x
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue