not_shown_message | R Documentation |
Helper function for creating what hidden ft/obs/sols message.
not_shown_message(
hidden_solutions = NULL,
hidden_observations = NULL,
hidden_features = NULL
)
hidden_solutions |
Number of hidden solutions. |
hidden_observations |
Number of hidden observations. |
hidden_features |
Number of hidden features. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.