mikeblazanin / gcplyr

gcplyr is an R package that facilitates wrangling and analysis of microbial growth curve data
https://mikeblazanin.github.io/gcplyr/
Other
30 stars 2 forks source link

trans_wide_to_blocks #43

Closed mikeblazanin closed 1 year ago

mikeblazanin commented 2 years ago

For transforming wide-shaped dataframes into block-shaped dataframes

mikeblazanin commented 1 year ago

Closing this since I no-longer believe it is something we should spend time creating. Block format is just worse than wide format, and the main use of transforming from wide to block is to see designs, which make_design can already do for block-shaped designs. This just seems like an unlikely thing to be used and not worth the effort