emilioxavier / theHUB

https://theHopefulBox.com/
Other
2 stars 0 forks source link

improve `combinations.t.test()` handling of `data.frames` and `tibbles` #15

Closed emilioxavier closed 1 year ago

emilioxavier commented 1 year ago

hi when passing a tibble or data.frame to combinations.t.test() check for column text and remove them. also ensure that the returned data has the row names as a column to ease the export of the results to an Excel workbook via WriteXLS or openxlsx.

thank you!