powered by
Convenience function to apply descr to a list of datasets and print the results
lapply_descr(list, ...)
something printable.
a list of datasets (tibbles or data.frames)
arguments to be passed to the descr call
l <- list() for (i in 1:2){ l <- append(l, list(iris)) } lapply_descr(l, group="Species")
Run the code above in your browser using DataLab