Description Usage Arguments Value Examples
This will melt all data to have common column names and convert all data to characters except for ordinal, onset, offset.
1 | vert_merge_datavyu_list(.list, .f, ...)
|
.list |
a nested list returned from |
.f |
a function to apply to each data set before anything is done to the data. |
... |
additional arguments passed to |
a data.table with stacked data.
1 2 | .list <- import_datavyu_to_list()
stacked_data <- vert_merge_datavyu_list(.list)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.