mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2024-11-22 13:30:23 +01:00
20 lines
361 B
R
20 lines
361 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/doc2dd.R
|
|
\name{is_missing}
|
|
\alias{is_missing}
|
|
\title{Multi missing check}
|
|
\usage{
|
|
is_missing(data, nas = c("", "NA"))
|
|
}
|
|
\arguments{
|
|
\item{data}{character vector}
|
|
|
|
\item{nas}{character vector of strings considered as NA}
|
|
}
|
|
\value{
|
|
logical vector
|
|
}
|
|
\description{
|
|
Multi missing check
|
|
}
|