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
- 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"
The text was updated successfully, but these errors were encountered: