Helper function for creating what hidden ft/obs/sols message
not_shown_message(
hidden_solutions = NULL,
hidden_observations = NULL,
hidden_features = NULL
)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.
Number of hidden solutions.
Number of hidden observations.
Number of hidden features.