View source: R/extract_weights.R
extract_weights | R Documentation |
Extracts the weights from the output of iterake()
. It either returns
data passed to universe()
with the weights appended, or just a one-column
tibble
of the weights.
extract_weights(x, name = ".weight", append = TRUE)
x |
Output of |
name |
Desired column name of the weights, default is |
append |
Whether or not to either append the weights to the original
data ( |
A tibble
of the weights, optionally with the original data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.