not_shown_message {metasnf} | R 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
Number of hidden solutions. | |
Number of hidden observations. | |
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.
[Package metasnf version 2.1.2 Index]