lapply_preserve_names | R Documentation |
lapply wrapper but preserve object names as the name suggests
lapply_preserve_names(list, fun)
fun |
lapply_preserve_names(list(first.item=c(1,2,3), second.item=c(3,2,1)), function(x)paste0("each list member's name is accessible now! --> ", names(x)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.