na.omit.strip: na.omit.strip

Description Usage Arguments Examples

View source: R/MarkdownReportsDev.R

Description

Omit NA values from a vector and return a clean vector without any spam.

Usage

1
2
## S3 method for class 'strip'
na.omit(object, silent = FALSE, ...)

Arguments

object

Values to filter for NA

silent

Silence the data structure coversion warning: anything ->vector

...

Pass any other argument to na.omit()

Examples

1
# na.omit.strip(c(1, 2, 3, NA, NaN, 2))

vertesy/MarkdownReportsDev documentation built on Nov. 15, 2021, 9:59 a.m.