Skip to content

Commit

Permalink
Deploying to gh-pages from @ 6cc3869 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Sep 23, 2024
1 parent 661fe21 commit e9ed80a
Show file tree
Hide file tree
Showing 44 changed files with 2,083 additions and 2,082 deletions.
2 changes: 1 addition & 1 deletion CITATION.html
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ <h2 id="toc-title">On this page</h2>
<h1>Citation</h1>
<p>To cite package ‘tinytable’ in publications use:</p>
<p>
Arel-Bundock V (????). <em>tinytable: Simple and Configurable Tables in ‘HTML’, ‘LaTeX’, ‘Markdown’, ‘Word’, ‘PNG’, ‘PDF’, and ‘Typst’ Formats</em>. R package version 0.4.0.7, <a href="https://vincentarelbundock.github.io/tinytable/">https://vincentarelbundock.github.io/tinytable/</a>.
Arel-Bundock V (????). <em>tinytable: Simple and Configurable Tables in ‘HTML’, ‘LaTeX’, ‘Markdown’, ‘Word’, ‘PNG’, ‘PDF’, and ‘Typst’ Formats</em>. R package version 0.4.0.8, <a href="https://vincentarelbundock.github.io/tinytable/">https://vincentarelbundock.github.io/tinytable/</a>.
</p>


Expand Down
1 change: 1 addition & 0 deletions NEWS.html
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ <h1>News</h1>
<h2 class="anchored" data-anchor-id="development">Development</h2>
<p>New:</p>
<ul>
<li><code>output="html_portable"</code> returns a portable HTML file, where <code>plot_tt()</code> encodes and embeds the images directly in the HTML code, rather than link to external images. Thanks to <a href="https://github.com/J-Moravec"><span class="citation" data-cites="J-Moravec">@J-Moravec</span></a> for implementing this nice feature!</li>
<li><code>format_tt()</code> gets a <code>math</code> argument to wrap cell content in <span class="math inline">\(...\)</span> math mode.</li>
<li><code>group_tt(i = vec)</code> accepts a vector of labels of length equal to the number of rows in the dataset.</li>
<li><code>tt()</code> gets an <code>escape</code> argument. Thanks to Cameron Patrick for the feature request.</li>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ <h2 class="anchored" data-anchor-id="first-steps">First steps</h2>
</section>
<section id="tutorial" class="level2">
<h2 class="anchored" data-anchor-id="tutorial">Tutorial</h2>
<p>The <code>tinytable</code> 0.4.0.7 tutorial will take you much further. It is available in two formats:</p>
<p>The <code>tinytable</code> 0.4.0.8 tutorial will take you much further. It is available in two formats:</p>
<ul>
<li><a href="https://vincentarelbundock.github.io/tinytable/vignettes/tinytable_tutorial.pdf">Tutorial (PDF)</a></li>
<li>Tutorial (HTML):
Expand Down
132 changes: 66 additions & 66 deletions man/format_tt.html

Large diffs are not rendered by default.

330 changes: 165 additions & 165 deletions man/group_tt.html

Large diffs are not rendered by default.

92 changes: 46 additions & 46 deletions man/rbind2-tinytable-tinytable-method.html
Original file line number Diff line number Diff line change
Expand Up @@ -487,21 +487,21 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
<!-- preamble start -->

<script>
function styleCell_94qgnptwdv9nn7j93n4l(i, j, css_id) {
var table = document.getElementById("tinytable_94qgnptwdv9nn7j93n4l");
function styleCell_ppblxgle97z2v4khe53b(i, j, css_id) {
var table = document.getElementById("tinytable_ppblxgle97z2v4khe53b");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_94qgnptwdv9nn7j93n4l');
var table = document.getElementById('tinytable_ppblxgle97z2v4khe53b');
var newRow = table.insertRow(i);
var newCell = newRow.insertCell(0);
newCell.setAttribute("colspan", colspan);
// newCell.innerText = content;
// this may be unsafe, but innerText does not interpret <br>
newCell.innerHTML = content;
}
function spanCell_94qgnptwdv9nn7j93n4l(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_94qgnptwdv9nn7j93n4l");
function spanCell_ppblxgle97z2v4khe53b(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_ppblxgle97z2v4khe53b");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand All @@ -527,18 +527,18 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
targetCell.rowSpan = rowspan;
targetCell.colSpan = colspan;
}
window.addEventListener('load', function () { styleCell_94qgnptwdv9nn7j93n4l(0, 0, 'tinytable_css_id52wzgm34t5ihhp83dm95') })
window.addEventListener('load', function () { styleCell_94qgnptwdv9nn7j93n4l(0, 1, 'tinytable_css_id52wzgm34t5ihhp83dm95') })
window.addEventListener('load', function () { styleCell_94qgnptwdv9nn7j93n4l(0, 2, 'tinytable_css_id52wzgm34t5ihhp83dm95') })
window.addEventListener('load', function () { styleCell_94qgnptwdv9nn7j93n4l(0, 3, 'tinytable_css_id52wzgm34t5ihhp83dm95') })
window.addEventListener('load', function () { styleCell_94qgnptwdv9nn7j93n4l(0, 4, 'tinytable_css_id52wzgm34t5ihhp83dm95') })
window.addEventListener('load', function () { styleCell_ppblxgle97z2v4khe53b(0, 0, 'tinytable_css_idls6zhgeducl4r0czcf69') })
window.addEventListener('load', function () { styleCell_ppblxgle97z2v4khe53b(0, 1, 'tinytable_css_idls6zhgeducl4r0czcf69') })
window.addEventListener('load', function () { styleCell_ppblxgle97z2v4khe53b(0, 2, 'tinytable_css_idls6zhgeducl4r0czcf69') })
window.addEventListener('load', function () { styleCell_ppblxgle97z2v4khe53b(0, 3, 'tinytable_css_idls6zhgeducl4r0czcf69') })
window.addEventListener('load', function () { styleCell_ppblxgle97z2v4khe53b(0, 4, 'tinytable_css_idls6zhgeducl4r0czcf69') })
</script>

<style>
.table td.tinytable_css_id52wzgm34t5ihhp83dm95, .table th.tinytable_css_id52wzgm34t5ihhp83dm95 { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_idls6zhgeducl4r0czcf69, .table th.tinytable_css_idls6zhgeducl4r0czcf69 { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_94qgnptwdv9nn7j93n4l" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_ppblxgle97z2v4khe53b" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>
</thead><caption>Combine two tiny tables.</caption>
<tbody><tr>
Expand Down Expand Up @@ -603,21 +603,21 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
<!-- preamble start -->

<script>
function styleCell_209wqsku1h03vnpzyjn6(i, j, css_id) {
var table = document.getElementById("tinytable_209wqsku1h03vnpzyjn6");
function styleCell_p1i35wt8tm45gdhmqyf4(i, j, css_id) {
var table = document.getElementById("tinytable_p1i35wt8tm45gdhmqyf4");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_209wqsku1h03vnpzyjn6');
var table = document.getElementById('tinytable_p1i35wt8tm45gdhmqyf4');
var newRow = table.insertRow(i);
var newCell = newRow.insertCell(0);
newCell.setAttribute("colspan", colspan);
// newCell.innerText = content;
// this may be unsafe, but innerText does not interpret <br>
newCell.innerHTML = content;
}
function spanCell_209wqsku1h03vnpzyjn6(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_209wqsku1h03vnpzyjn6");
function spanCell_p1i35wt8tm45gdhmqyf4(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_p1i35wt8tm45gdhmqyf4");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand All @@ -643,18 +643,18 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
targetCell.rowSpan = rowspan;
targetCell.colSpan = colspan;
}
window.addEventListener('load', function () { styleCell_209wqsku1h03vnpzyjn6(0, 0, 'tinytable_css_idbikkxg7yzz50holaycte') })
window.addEventListener('load', function () { styleCell_209wqsku1h03vnpzyjn6(0, 1, 'tinytable_css_idbikkxg7yzz50holaycte') })
window.addEventListener('load', function () { styleCell_209wqsku1h03vnpzyjn6(0, 2, 'tinytable_css_idbikkxg7yzz50holaycte') })
window.addEventListener('load', function () { styleCell_209wqsku1h03vnpzyjn6(0, 3, 'tinytable_css_idbikkxg7yzz50holaycte') })
window.addEventListener('load', function () { styleCell_209wqsku1h03vnpzyjn6(0, 4, 'tinytable_css_idbikkxg7yzz50holaycte') })
window.addEventListener('load', function () { styleCell_p1i35wt8tm45gdhmqyf4(0, 0, 'tinytable_css_idldqleepn0xerb6a0pljk') })
window.addEventListener('load', function () { styleCell_p1i35wt8tm45gdhmqyf4(0, 1, 'tinytable_css_idldqleepn0xerb6a0pljk') })
window.addEventListener('load', function () { styleCell_p1i35wt8tm45gdhmqyf4(0, 2, 'tinytable_css_idldqleepn0xerb6a0pljk') })
window.addEventListener('load', function () { styleCell_p1i35wt8tm45gdhmqyf4(0, 3, 'tinytable_css_idldqleepn0xerb6a0pljk') })
window.addEventListener('load', function () { styleCell_p1i35wt8tm45gdhmqyf4(0, 4, 'tinytable_css_idldqleepn0xerb6a0pljk') })
</script>

<style>
.table td.tinytable_css_idbikkxg7yzz50holaycte, .table th.tinytable_css_idbikkxg7yzz50holaycte { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_idldqleepn0xerb6a0pljk, .table th.tinytable_css_idldqleepn0xerb6a0pljk { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_209wqsku1h03vnpzyjn6" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_p1i35wt8tm45gdhmqyf4" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>
</thead><caption>Combine two tiny tables.</caption>
<tbody><tr>
Expand Down Expand Up @@ -720,21 +720,21 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
<!-- preamble start -->

<script>
function styleCell_6gj1ijrn5fw7v2sw0pqv(i, j, css_id) {
var table = document.getElementById("tinytable_6gj1ijrn5fw7v2sw0pqv");
function styleCell_wditvq9bgd7mdpx3hgto(i, j, css_id) {
var table = document.getElementById("tinytable_wditvq9bgd7mdpx3hgto");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_6gj1ijrn5fw7v2sw0pqv');
var table = document.getElementById('tinytable_wditvq9bgd7mdpx3hgto');
var newRow = table.insertRow(i);
var newCell = newRow.insertCell(0);
newCell.setAttribute("colspan", colspan);
// newCell.innerText = content;
// this may be unsafe, but innerText does not interpret <br>
newCell.innerHTML = content;
}
function spanCell_6gj1ijrn5fw7v2sw0pqv(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_6gj1ijrn5fw7v2sw0pqv");
function spanCell_wditvq9bgd7mdpx3hgto(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_wditvq9bgd7mdpx3hgto");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand All @@ -760,18 +760,18 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
targetCell.rowSpan = rowspan;
targetCell.colSpan = colspan;
}
window.addEventListener('load', function () { styleCell_6gj1ijrn5fw7v2sw0pqv(0, 0, 'tinytable_css_idjcrtrwgc9fixhk77enwj') })
window.addEventListener('load', function () { styleCell_6gj1ijrn5fw7v2sw0pqv(0, 1, 'tinytable_css_idjcrtrwgc9fixhk77enwj') })
window.addEventListener('load', function () { styleCell_6gj1ijrn5fw7v2sw0pqv(0, 2, 'tinytable_css_idjcrtrwgc9fixhk77enwj') })
window.addEventListener('load', function () { styleCell_6gj1ijrn5fw7v2sw0pqv(0, 3, 'tinytable_css_idjcrtrwgc9fixhk77enwj') })
window.addEventListener('load', function () { styleCell_6gj1ijrn5fw7v2sw0pqv(0, 4, 'tinytable_css_idjcrtrwgc9fixhk77enwj') })
window.addEventListener('load', function () { styleCell_wditvq9bgd7mdpx3hgto(0, 0, 'tinytable_css_idcgyu4szlnlmgynx22mb5') })
window.addEventListener('load', function () { styleCell_wditvq9bgd7mdpx3hgto(0, 1, 'tinytable_css_idcgyu4szlnlmgynx22mb5') })
window.addEventListener('load', function () { styleCell_wditvq9bgd7mdpx3hgto(0, 2, 'tinytable_css_idcgyu4szlnlmgynx22mb5') })
window.addEventListener('load', function () { styleCell_wditvq9bgd7mdpx3hgto(0, 3, 'tinytable_css_idcgyu4szlnlmgynx22mb5') })
window.addEventListener('load', function () { styleCell_wditvq9bgd7mdpx3hgto(0, 4, 'tinytable_css_idcgyu4szlnlmgynx22mb5') })
</script>

<style>
.table td.tinytable_css_idjcrtrwgc9fixhk77enwj, .table th.tinytable_css_idjcrtrwgc9fixhk77enwj { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_idcgyu4szlnlmgynx22mb5, .table th.tinytable_css_idcgyu4szlnlmgynx22mb5 { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_6gj1ijrn5fw7v2sw0pqv" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_wditvq9bgd7mdpx3hgto" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>
</thead><caption>Combine two tiny tables.</caption>
<tbody><tr>
Expand Down Expand Up @@ -830,21 +830,21 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
<!-- preamble start -->

<script>
function styleCell_mbjgud7y0byw8y9op6vj(i, j, css_id) {
var table = document.getElementById("tinytable_mbjgud7y0byw8y9op6vj");
function styleCell_jgsx66dy054ez06lspyg(i, j, css_id) {
var table = document.getElementById("tinytable_jgsx66dy054ez06lspyg");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_mbjgud7y0byw8y9op6vj');
var table = document.getElementById('tinytable_jgsx66dy054ez06lspyg');
var newRow = table.insertRow(i);
var newCell = newRow.insertCell(0);
newCell.setAttribute("colspan", colspan);
// newCell.innerText = content;
// this may be unsafe, but innerText does not interpret <br>
newCell.innerHTML = content;
}
function spanCell_mbjgud7y0byw8y9op6vj(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_mbjgud7y0byw8y9op6vj");
function spanCell_jgsx66dy054ez06lspyg(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_jgsx66dy054ez06lspyg");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand All @@ -870,16 +870,16 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
targetCell.rowSpan = rowspan;
targetCell.colSpan = colspan;
}
window.addEventListener('load', function () { styleCell_mbjgud7y0byw8y9op6vj(0, 0, 'tinytable_css_id3c8uy1k6apn9hkxqd7x2') })
window.addEventListener('load', function () { styleCell_mbjgud7y0byw8y9op6vj(0, 1, 'tinytable_css_id3c8uy1k6apn9hkxqd7x2') })
window.addEventListener('load', function () { styleCell_mbjgud7y0byw8y9op6vj(0, 2, 'tinytable_css_id3c8uy1k6apn9hkxqd7x2') })
window.addEventListener('load', function () { styleCell_jgsx66dy054ez06lspyg(0, 0, 'tinytable_css_id8r8axcijin13vdjg6r9z') })
window.addEventListener('load', function () { styleCell_jgsx66dy054ez06lspyg(0, 1, 'tinytable_css_id8r8axcijin13vdjg6r9z') })
window.addEventListener('load', function () { styleCell_jgsx66dy054ez06lspyg(0, 2, 'tinytable_css_id8r8axcijin13vdjg6r9z') })
</script>

<style>
.table td.tinytable_css_id3c8uy1k6apn9hkxqd7x2, .table th.tinytable_css_id3c8uy1k6apn9hkxqd7x2 { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_id8r8axcijin13vdjg6r9z, .table th.tinytable_css_id8r8axcijin13vdjg6r9z { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_mbjgud7y0byw8y9op6vj" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_jgsx66dy054ez06lspyg" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>
</thead><caption>Combine two tiny tables.</caption>
<tbody><tr>
Expand Down
Loading

0 comments on commit e9ed80a

Please sign in to comment.