remove_na: Remove all NA values for a vector

Description Usage Arguments Value Examples

View source: R/missing.R

Description

Remove all NA values for a vector

Usage

1

Arguments

x

vector

Value

vector with all NA values removed

Examples

1
remove_na(c(2, NA, 3, NaN))

alexpghayes/hayeslib documentation built on May 5, 2019, 4:47 p.m.