Learn R Programming

wrangle (version 0.6.4)

constant: Identify Constant Features of an Object

Description

Identifies constant features of an object. Generic, with method for data.frame.

Usage

constant(x, ...)

Arguments

x

object

...

passed arguments

See Also

Other constant: constant.data.frame()