mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
feat: starting to implement translations throughout the UI
This commit is contained in:
parent
7fde4bde46
commit
96e08e44d8
42 changed files with 1547 additions and 750 deletions
22
man/missings_validate.Rd
Normal file
22
man/missings_validate.Rd
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/validation.R
|
||||
\name{missings_validate}
|
||||
\alias{missings_validate}
|
||||
\title{Validate function of missingness in data}
|
||||
\usage{
|
||||
missings_validate(data)
|
||||
}
|
||||
\arguments{
|
||||
\item{data}{data set}
|
||||
}
|
||||
\value{
|
||||
data.frame
|
||||
}
|
||||
\description{
|
||||
Validate function of missingness in data
|
||||
}
|
||||
\examples{
|
||||
df <- mtcars
|
||||
df[1,2:4] <- NA
|
||||
missings_validate(df)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue