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
The keyword standalone = false can be used with HTML back-end to print only the table.
An experimental version of a LaTeX back-end is now available. Notice that it still lacks tests and many bugs are expected.
A table can now be added to a text file using the function include_pt_to_file. You can define marks that will be used to place the table in the file. It works with all back-ends.
The support for Tables.jl API were fixed for cases in which Tables.columns did not return a matrix. Thanks @pdeffebach for the PR! (Issue #24) (PR #25)
End of support of Julia 1.2. The supported versions are 1.0 and 1.3.