mcguinlu / robvis

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

Remove need for weights column from both functions #23

Closed mcguinlu closed 5 years ago

mcguinlu commented 5 years ago

Ideally, a user should be able to upload a dataset with/without a weight column and get the same result.

E.g.: at present, the rob_traffic_light() function takes the ncols to be ncol-1, which means that if weights are not included, the overall column will be removed.