mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 09:59:39 +02:00
21 lines
359 B
Text
21 lines
359 B
Text
|
% Generated by roxygen2: do not edit by hand
|
||
|
% Please edit documentation in R/helpers.R
|
||
|
\name{missing_fraction}
|
||
|
\alias{missing_fraction}
|
||
|
\title{Get missingsness fraction}
|
||
|
\usage{
|
||
|
missing_fraction(data)
|
||
|
}
|
||
|
\arguments{
|
||
|
\item{data}{data}
|
||
|
}
|
||
|
\value{
|
||
|
numeric vector
|
||
|
}
|
||
|
\description{
|
||
|
Get missingsness fraction
|
||
|
}
|
||
|
\examples{
|
||
|
c(NA,1:10,rep(NA,3)) |> missing_fraction()
|
||
|
}
|