check_missings: check_missings

View source: R/loom.R

check_missingsR Documentation

check_missings

Description

Check if some elements are missing between given vectors x an y

Usage

check_missings(x, y, check.both = TRUE)

Arguments

x

A vector of elements

y

Another vector of elements

Value

A list with "result", a logical whether the two vectors are conserved "x.missing.in.y", a vector of elements in x that are missing in y "y.missing.in.x", a vector of elements in y that are missing in x


aertslab/SCopeLoomR documentation built on April 19, 2022, 11:25 a.m.