Label and save a list of objects

mrggsave_list(x, flatten = TRUE, ...)

Arguments

x

passed to mrggsave_common()

flatten

if TRUE, flatten if an object is a list; this should be TRUE unless you really don't want to flatten here

...

passed to mrggsave_common()

Details

No arrangement is done; the objects are just labeled and save.

The objects could be ggplot objects or a list of ggplot objects.