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_block_to_wide returns tibble, not df #63

Closed mikeblazanin closed 1 year ago

mikeblazanin commented 1 year ago

It doesn't. trans_block_to_wide doesn't even call tidyr or dplyr. trans_wide_to_tidy does call tidyr but wraps everything in as.data.frame already