Open wfulp opened 5 years ago
This is more of a discussion to see if we can get the most complete list possible of options. Please mention any you use so we can build the list.
How about fig.pos="H"
?
We could write some wrapper for visc-formatting in tables, e.g.,
visc_kable = function(x, format = "latex", booktabs = F, ...){
kable(x, format = format, booktabs = booktabs, ...)
}
We need a default list of options (
options()
), R chunk options (opts_chunk$set()
). Currently we have:We also need to make sure any table and figure options are spelled out in template consistently: