mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 13:17:30 +02:00
minor adjustments and bug fixing
This commit is contained in:
parent
f094394933
commit
40d95e41c3
14 changed files with 256 additions and 71 deletions
20
man/all_na.Rd
Normal file
20
man/all_na.Rd
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/ds2dd_detailed.R
|
||||
\name{all_na}
|
||||
\alias{all_na}
|
||||
\title{Check if vector is all NA}
|
||||
\usage{
|
||||
all_na(data)
|
||||
}
|
||||
\arguments{
|
||||
\item{data}{vector of data.frame}
|
||||
}
|
||||
\value{
|
||||
logical
|
||||
}
|
||||
\description{
|
||||
Check if vector is all NA
|
||||
}
|
||||
\examples{
|
||||
rep(NA,4) |> all_na()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue