Description Usage Arguments Value
View source: R/multilabel_binarizer.R
Multi-label Binarizer
1 2 3 | multi_label_binarizer(data, feature, sep = "#", as_integer = FALSE)
multi_label_binariser(data, feature, sep = "#", as_integer = FALSE)
|
data |
Input data frame |
feature |
Unquoted form of the feature/column to encode |
sep |
Inner separator of the labels |
as_integer |
Whether the boolean should be converted to integer or not |
Data frame with additional feature columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.