get_constant_vars: Get Constant Variables

View source: R/get.R

get_constant_varsR Documentation

Get Constant Variables

Description

Get Constant Variables

Usage

get_constant_vars(dataset, by_vars, ignore_vars = NULL)

Arguments

dataset

A data frame.

Default value

none

by_vars

By variables The groups defined by the by variables are considered separately. I.e., if a variable is constant within each by group, it is returned.

Default value

none

ignore_vars

Variables to ignore The specified variables are not considered, i.e., they are not returned even if they are constant (unless they are included in the by variables).

Permitted values

A list of variable names or selector function calls like starts_with("EX")

Default value

NULL

Value

Variable vector.

See Also

Brings something to you!?!: get_dataset(), get_duplicates(), get_source_vars()


admiraldev documentation built on June 26, 2025, 1:09 a.m.