| align_lists | R Documentation | 
The generic parallel function par_lapply() can only apply a function with
single parameter to a list. Thus function with multiple parameters need to be
wrapped into a function with single parameter list.
align_lists(...)
| ... | multiple lists with same length, to be combined into a master list with item from each list aligned | 
A list of same length of each input list, and each input parameter should have same length. Each item in result is a list of each ith item in input lists.
align_lists(letters[1:3], 1:3, rep_len(FALSE, length.out = 3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.