Learn R Programming

wrangle (version 0.5.8)

constant: Identify Constant Features of an Object

Description

Identifies constant features of an object. Generic, with methods for data.frame and grouped_df.

Usage

constant(x, ...)

Arguments

x

object

...

passed arguments

See Also

Other constant: constant.data.frame(), constant.grouped_df()