Package: lt 0.2.4
lt: Lightweight Tables via JSON Specs and JavaScript
A lightweight grammar of tables. Build a table by declaring a JSON spec (titles, spanners, row groups, footnotes, formatting functions, etc.); a tiny vanilla JavaScript runtime builds the HTML table from the spec on page load. No 'sass', no 'V8', no 'htmlwidgets' — just base R and 'xfun' ('htmltools' is used only for the optional Shiny binding).
Authors:
lt_0.2.4.tar.gz
lt_0.2.4.zip(r-4.7)lt_0.2.4.zip(r-4.6)lt_0.2.4.zip(r-4.5)
lt_0.2.4.tgz(r-4.6-any)lt_0.2.4.tgz(r-4.5-any)
lt_0.2.4.tar.gz(r-4.7-any)lt_0.2.4.tar.gz(r-4.6-any)
lt_0.2.4.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
lt/json (API)
| # Install 'lt' in R: |
| install.packages('lt', repos = c('https://yihui.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/yihui/lt/issues
Last updated from:f582454f41. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 119 | ||
| source / vignettes | OK | 203 | ||
| linux-release-x86_64 | OK | 116 | ||
| macos-release-arm64 | OK | 80 | ||
| macos-oldrel-arm64 | OK | 122 | ||
| windows-devel | OK | 159 | ||
| windows-release | OK | 85 | ||
| windows-oldrel | OK | 79 | ||
| wasm-release | OK | 104 |
Exports:ltlt_alignlt_csslt_datelt_exportlt_footnotelt_formatlt_grouplt_headerlt_htmllt_indentlt_labellt_mergelt_movelt_notelt_outputlt_spannerlt_stylelt_sublt_widthrender_lt
Dependencies:xfun
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Render an 'lt_tbl' to HTML | format.lt_tbl |
| Create a Table Specification | lt lt.default |
| Set Column Alignment | lt_align |
| Attach Custom CSS | lt_css |
| Format Date/Time Columns | lt_date |
| Export an lt table to a file | lt_export |
| Add a Footnote | lt_footnote |
| Format Numeric Columns | lt_format |
| Define Row Groups | lt_group |
| Add a Title and Subtitle | lt_header |
| Render Column Cells as Raw HTML | lt_html |
| Indent Rows | lt_indent |
| Rename Column Labels | lt_label |
| Merge Columns | lt_merge |
| Move Columns | lt_move |
| Add a Note | lt_note |
| Shiny Bindings for lt | lt_output render_lt |
| Add a Column Spanner | lt_spanner |
| Style Cells | lt_style |
| Substitute Cell Values | lt_sub |
| Set Column and Table Widths | lt_width |
| Print an 'lt_tbl' (Opens in the Viewer or Browser) | print.lt_tbl |
