I am using the MixRasch package, calling a function whose output is a list. The list is extremely long and I cannot scroll up in the console to see all the results inside. I am using R studio. I tried exporting the list using dput, but it is completely unreadable (even playing around with the parsing options.)
Can you suggest other ways to export the list or read the results from the console?