na.omit.scdf {scan}R Documentation

scdf objects Removes any row with a missing value

Description

scdf objects Removes any row with a missing value

Usage

## S3 method for class 'scdf'
na.omit(object, ...)

Arguments

object

A scdf.

...

not implemented yet.

Value

A scdf object.


[Package scan version 0.65.1 Index]