Flattens lists so that all R-objects to the desired depth in the input list 'x' are placed in separate positions in the output list. Differs from unlist() by the fact that unlist() flattens an array to single elements.
1 | flatten.list(x, depth = Inf)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.