Closed Cole-Monnahan-NOAA closed 2 years ago
it should be called by the package - i went through yesterday and "should have fixed" those issues. a reinstall of the package should update the main_table
function. thanks for error checking, i made this "on the fly"!
In
main_table
sometimes you useflextable::fix_border_issues()
and other times justfix_border_issues()
. The latter throws an error when the flextable library is not loaded. I put alibrary(flextable)
call in the main markdown file (near the globals). Is this the best practice? Or you could make it a dependency of the safe package?