You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no automatic way to do this. My suggestion is to create the table for each set of rows using view (something like pretty_table(String, table[1:100, :]...), and writing the output to the correct file. In this case, it would be better to set the column widths to a fixed size so that every file has the same table format.
I have a long pretty_table, I want to write it to disk as a succession of txt files so I can provide the information on printed pages (nicely).
The text was updated successfully, but these errors were encountered: