RAnEn::print.list prints a list in pretty format
# S3 method for class 'list'
print(x, recursive = F)
Arguments
- x
The object to print
- recursive
Whether to print all variables from nest-groups
- names_to_print
The names to print. Default to all names. Only
support including names in the root group.