in reply to transform a hash table into R dataframe or matrix with tab separator
For output, you may want to use the table() method. See the documentation. I scanned through it to see if there was a way to specify how the columns are separated, but I did not see anything.
You might want to look into Text::ASCIITable which has more options. UPDATE: see also Data::Frame.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: transform a hash table into R dataframe or matrix with tab separator
by choroba (Cardinal) on Mar 30, 2016 at 20:44 UTC | |
by etricaen (Novice) on Apr 01, 2016 at 09:25 UTC | |
by choroba (Cardinal) on Apr 01, 2016 at 22:05 UTC |