CRSU-Apps / MetaInsight

An interactive web-based tool for analyzing, interrogating, and visualizing network meta-analyses using R-shiny
https://crsu.shinyapps.io/MetaInsight/
GNU General Public License v3.0
9 stars 9 forks source link

MI-5 remove treatment labels #49

Closed JanionNevill closed 1 year ago

JanionNevill commented 1 year ago

Treatment labels are still used internally, but they are now extracted from the data, rather than input by the user. I also added a small amount of data sanitising to deal with rogue whitespace in user data.

JanionNevill commented 1 year ago

I forgot to add unit tests. I will do this in parallel to the code review.

JanionNevill commented 1 year ago

I've also added more more tests to cover the wide format data wrangling.