mcguinlu / robvis

A package to quickly visualise risk-of-bias assessment results
https://mcguinlu.github.io/robvis/
Other
58 stars 22 forks source link

Trafficlight plot doesn't work if first column is not called "Study" #19

Closed mcguinlu closed 5 years ago

mcguinlu commented 5 years ago

Add line to column renaming section to account for this.

e.g. colnames(data[,1]) <- "Study"

Remember to add to each template within traffic_light_plot()