lapply_descr | R Documentation |
Convenience function to apply descr to a list of datasets and print the results
lapply_descr(list, ...)
list |
a list of datasets (tibbles or data.frames) |
... |
arguments to be passed to the descr call |
something printable.
l <- list() for (i in 1:2){ l <- append(l, list(iris)) } lapply_descr(l, group="Species")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.