metric_column | R Documentation |
This function returns the column names corresponding to the dropped values in the dataset.
metric_column(c_output, drop_index, data)
c_output |
A list containing output data to detect dropped columns. |
drop_index |
A vector indicating the index of the dropped column for each row. |
data |
The original dataset. |
A vector of column names corresponding to dropped values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.