hasColumns.BaseFileSection {aroma.Base}R Documentation

Checks if certain columns exists or not

Description

Checks if certain columns exists or not.

Usage

## S3 method for class 'BaseFileSection':
hasColumns(this, names, ...)

Arguments

names A character vector of length one or more.
... Not used.

Value

Returns TRUE for every column that exists, otherwise FALSE.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

For more information see BaseFileSection.


[Package aroma.Base version 0.4.8 Index]