Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upIn write2csv(), option to include row names #19
Comments
- If non-NULL (and not NA), output will contain the row names, and this argument defines the name for that column. - Also added a test for write2csv(). - Implements Issue rqtl#19.
write2csv()currently ignores the row names completely, so I'm often doing stuff likeIt'd be nice to include arguments like
include.rownames=FALSE, andrownames_colname="id"