check_static: Search for columns dominated by a single value

View source: R/check_data.R

check_staticR Documentation

Search for columns dominated by a single value

Description

Search for columns dominated by a single value

Usage

check_static(df, verbose = TRUE)

Arguments

df

A data source, that is one of the major R formats: data.table, data.frame, matrix, and so on.

verbose

A logical value, if set to TRUE, provides all information about the process, if FALSE gives none.

Value

A list with every line of the sub-report.


ModelOriented/forester documentation built on June 6, 2024, 7:29 a.m.