moj-analytical-services / xltabr

xltabr: An R package for writing formatted cross tabulations (contingency tables) to Excel using openxlsx
https://moj-analytical-services.github.io/xltabr/
32 stars 6 forks source link

build_style refers to tab, but tab is not passed to it #25

Closed RobinL closed 7 years ago

RobinL commented 7 years ago

I've tracked down one of the bugs that was causing things to be flakey:

https://github.com/moj-analytical-services/xltabr/blob/dev/R/style_catalogue.R#L138

I think you probably just need to pass tab into this function (and therefore update everywhere where this function is called?)