print.list(x, quote=T, prefix="")
The prefix argument is used to identify components of the list that are lists.
print.list(wafer) # print a data frame as a list print(unclass(wafer)) # the same thing