Description Usage Arguments References Examples
This function merges the commom elements from a list of depth 1. The implementation is not very efficient, but it does the job for now.
1 |
list |
A list |
1 2 3 | test <- list(a = c(1, 2), b = c(1, 3), c = 4)
test
merge_common_list(test)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.