You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: