-
eb002fe3 · feat(readTable|writeTable): automatic sep -> c|tsv
-
0886a32e · fix: readTable can now handle one column df
-
c69f256e · readTable: if ncol > 2 remove rownames column
-
0d7f04ae · fix: assert data type for writeTable
-
e470e69b · fix: check if dat is matrix or dataframe
-
670efccf · fix: change file name assert string
-
ed9059e4 · fix: change assert to stop and create directories
- ... and 2 more commits. Compare 3929e178...ed9059e4
-
3929e178 · feature: assert dat type and filename is not null
-
86c68988 · multipleViolinPlot was missing function's call
-
123218cc · Explicit errors message for readTable
-
f02edd27 · Correctly check if rnames is an integer number
-
0821fefb · Can now set rnames by using index or existing colname
-
679cb6ac · Remove the deletion of first column while specifing rnames = TRUE
-
52f2098f · listToDf can now convert a list of 1 element