not_shown_message: Helper function for creating what hidden ft/obs/sols message.

View source: R/print.R

not_shown_messageR Documentation

Helper function for creating what hidden ft/obs/sols message.

Description

Helper function for creating what hidden ft/obs/sols message.

Usage

not_shown_message(
  hidden_solutions = NULL,
  hidden_observations = NULL,
  hidden_features = NULL
)

Arguments

hidden_solutions

Number of hidden solutions.

hidden_observations

Number of hidden observations.

hidden_features

Number of hidden features.

Value

If all arguments are NULL or 0, returns NULL. Otherwise, output a neatly formatted string indicating how many observations, features, and/or observations were not shown.


metasnf documentation built on April 3, 2025, 5:40 p.m.