Description Usage Arguments Value Examples
Convert any input to list format
1 | to_list(scores, dummy_column = "X1", dummy_list = "X1")
|
scores |
object to reformat |
dummy_column, dummy_list |
character, names for the dummy columns/items |
scores in list format
1 2 3 | data(graph_toy)
x_v <- diffuStats:::to_list(graph_toy$input_vec)
x_m <- diffuStats:::to_list(graph_toy$input_mat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.