
5 Jun
2018
5 Jun
'18
5:58 p.m.
I have a case where some of my data is stored in CSV matrix form like this example of a table telling whether person i has pet j ,cat,dog,goldfish bill,true,true,false sue,false,true,true fred,false,false,true I can't see any obvious way to read this sort of thing in with the Data.Frames package. Would love to be told differently. Thanks! -Tyson