append_rows | R Documentation |
Append dummy rows
append_rows(dataset, columns = NULL, n = 1L, type = c("copy", "minmax"))
dataset |
A data set, usually a data frame. |
columns |
The names or indices of the columns to be included for creating dummy rows; if |
n |
The number of repeating sample blocks or new samples. |
type |
The type of creating dummy rows. |
The dataset consisting of selected columns with dummy rows.
dummify
.
Other Dummifying:
dummify()
,
dummify_multilabel()
,
effectcoding()
,
one_hot_decode()
,
one_hot_encode()
,
remove_columns()
,
resample_imbalanced()
,
sparse_encode()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.