View source: R/get-protected-columns.R
get_protected_columns | R Documentation |
Helper function to get the names of all columns in a data frame that are protected columns.
get_protected_columns(data = NULL)
data |
A data.frame (or similar) with predicted and observed values. See the details section of for additional information on the required input format. |
A character vector with the names of protected columns in the data.
If data is NULL
(default) then it returns a list of all columns that are
protected in scoringutils.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.