select: Select multiple columns

selectR Documentation

Select multiple columns

Description

Select multiple columns

Usage

selectIf(object, predicate, ...)

Arguments

object

Object.

predicate

function. A predicate function to be applied to the columns. For example, is.atomic().

...

Additional arguments.

Value

Modified object.

See Also

These functions are inspired by dplyr. However, they are designed to only work on Bioconductor S4 class objects, and use base R code internally.

Examples

showMethods("selectIf")

acidgenomics/AcidGenerics documentation built on March 19, 2024, 5:31 p.m.