| convert | R Documentation |
Converts wide format sequence data into useful formats for analysis, such as frequency table, one-Hot encoding, or edge list (graph format).
convert(data, cols, format = "frequency")
data |
[ |
cols |
[ |
format |
[
|
A tibble structured according to the requested format.
convert(engagement, format = "frequency")
convert(engagement, format = "onehot")
convert(engagement, format = "edgelist")
convert(engagement, format = "reverse")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.