
Print object and its "default" attributes only.
print0(x, list_attributes = TRUE)
Object to be printed
Prints the names of all attribute of x, defaults to TRUE
Before the x is printed by print.default, all its arguments
not in the default list of attrs
are removed.