A filter function to determine if all elements of a vector are NA.
过滤器的功能,以确定是否向量的所有元素都是不适用的。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
allNA evaluates to FALSE if all elements of its argument are NA. anyNA evaluates to FALSE if any of the elements of its argument are NA.
allNA值FALSE的,如果其参数的所有元素都是NA。 anyNA值FALSE的,如果其论点的任何元素都是NA。
用法----------Usage----------
allNA(x)
anyNA(x)
参数----------Arguments----------
参数:x
The vector to test.
矢量测试。
值----------Value----------
FALSE if all elements of x are NA.
FALSE如果所有的元素x是NA。