We replaced kable with xtable because kable was creating problems with Brazil vignette output (see #12) but now we discovered that xtable is awful for inline rendering and live demos (because it prints HTML to R output chunk, which is useless). Investigate whether xtable has a mode that is useful or write a wrapper around xtable/kable that picks the better one, depending on the context.
We replaced
kable
withxtable
becausekable
was creating problems with Brazil vignette output (see #12) but now we discovered thatxtable
is awful for inline rendering and live demos (because it prints HTML to R output chunk, which is useless). Investigate whetherxtable
has a mode that is useful or write a wrapper aroundxtable
/kable
that picks the better one, depending on the context.