Skip to content

Commit

Permalink
Deploying to gh-pages from @ f4bcc74 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Sep 23, 2024
1 parent 4e7977e commit 661fe21
Show file tree
Hide file tree
Showing 44 changed files with 2,095 additions and 2,085 deletions.
Binary file modified freeze.rds
Binary file not shown.
135 changes: 69 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_01ez6wfk8fohctbij150(i, j, css_id) {
var table = document.getElementById("tinytable_01ez6wfk8fohctbij150");
function styleCell_94qgnptwdv9nn7j93n4l(i, j, css_id) {
var table = document.getElementById("tinytable_94qgnptwdv9nn7j93n4l");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_01ez6wfk8fohctbij150');
var table = document.getElementById('tinytable_94qgnptwdv9nn7j93n4l');
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_01ez6wfk8fohctbij150(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_01ez6wfk8fohctbij150");
function spanCell_94qgnptwdv9nn7j93n4l(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_94qgnptwdv9nn7j93n4l");
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_01ez6wfk8fohctbij150(0, 0, 'tinytable_css_idis4u7ofzowbt8h2drxq1') })
window.addEventListener('load', function () { styleCell_01ez6wfk8fohctbij150(0, 1, 'tinytable_css_idis4u7ofzowbt8h2drxq1') })
window.addEventListener('load', function () { styleCell_01ez6wfk8fohctbij150(0, 2, 'tinytable_css_idis4u7ofzowbt8h2drxq1') })
window.addEventListener('load', function () { styleCell_01ez6wfk8fohctbij150(0, 3, 'tinytable_css_idis4u7ofzowbt8h2drxq1') })
window.addEventListener('load', function () { styleCell_01ez6wfk8fohctbij150(0, 4, 'tinytable_css_idis4u7ofzowbt8h2drxq1') })
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') })
</script>

<style>
.table td.tinytable_css_idis4u7ofzowbt8h2drxq1, .table th.tinytable_css_idis4u7ofzowbt8h2drxq1 { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_id52wzgm34t5ihhp83dm95, .table th.tinytable_css_id52wzgm34t5ihhp83dm95 { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_01ez6wfk8fohctbij150" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_94qgnptwdv9nn7j93n4l" 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_gzgkam3mme2f5k9zuli3(i, j, css_id) {
var table = document.getElementById("tinytable_gzgkam3mme2f5k9zuli3");
function styleCell_209wqsku1h03vnpzyjn6(i, j, css_id) {
var table = document.getElementById("tinytable_209wqsku1h03vnpzyjn6");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_gzgkam3mme2f5k9zuli3');
var table = document.getElementById('tinytable_209wqsku1h03vnpzyjn6');
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_gzgkam3mme2f5k9zuli3(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_gzgkam3mme2f5k9zuli3");
function spanCell_209wqsku1h03vnpzyjn6(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_209wqsku1h03vnpzyjn6");
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_gzgkam3mme2f5k9zuli3(0, 0, 'tinytable_css_idy7s4jr8q31ikr2s9yr5f') })
window.addEventListener('load', function () { styleCell_gzgkam3mme2f5k9zuli3(0, 1, 'tinytable_css_idy7s4jr8q31ikr2s9yr5f') })
window.addEventListener('load', function () { styleCell_gzgkam3mme2f5k9zuli3(0, 2, 'tinytable_css_idy7s4jr8q31ikr2s9yr5f') })
window.addEventListener('load', function () { styleCell_gzgkam3mme2f5k9zuli3(0, 3, 'tinytable_css_idy7s4jr8q31ikr2s9yr5f') })
window.addEventListener('load', function () { styleCell_gzgkam3mme2f5k9zuli3(0, 4, 'tinytable_css_idy7s4jr8q31ikr2s9yr5f') })
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') })
</script>

<style>
.table td.tinytable_css_idy7s4jr8q31ikr2s9yr5f, .table th.tinytable_css_idy7s4jr8q31ikr2s9yr5f { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_idbikkxg7yzz50holaycte, .table th.tinytable_css_idbikkxg7yzz50holaycte { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_gzgkam3mme2f5k9zuli3" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_209wqsku1h03vnpzyjn6" 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_m3bwouzi04o06owkjpsy(i, j, css_id) {
var table = document.getElementById("tinytable_m3bwouzi04o06owkjpsy");
function styleCell_6gj1ijrn5fw7v2sw0pqv(i, j, css_id) {
var table = document.getElementById("tinytable_6gj1ijrn5fw7v2sw0pqv");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_m3bwouzi04o06owkjpsy');
var table = document.getElementById('tinytable_6gj1ijrn5fw7v2sw0pqv');
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_m3bwouzi04o06owkjpsy(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_m3bwouzi04o06owkjpsy");
function spanCell_6gj1ijrn5fw7v2sw0pqv(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_6gj1ijrn5fw7v2sw0pqv");
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_m3bwouzi04o06owkjpsy(0, 0, 'tinytable_css_idqrw94muckisza3dqvlnm') })
window.addEventListener('load', function () { styleCell_m3bwouzi04o06owkjpsy(0, 1, 'tinytable_css_idqrw94muckisza3dqvlnm') })
window.addEventListener('load', function () { styleCell_m3bwouzi04o06owkjpsy(0, 2, 'tinytable_css_idqrw94muckisza3dqvlnm') })
window.addEventListener('load', function () { styleCell_m3bwouzi04o06owkjpsy(0, 3, 'tinytable_css_idqrw94muckisza3dqvlnm') })
window.addEventListener('load', function () { styleCell_m3bwouzi04o06owkjpsy(0, 4, 'tinytable_css_idqrw94muckisza3dqvlnm') })
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') })
</script>

<style>
.table td.tinytable_css_idqrw94muckisza3dqvlnm, .table th.tinytable_css_idqrw94muckisza3dqvlnm { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_idjcrtrwgc9fixhk77enwj, .table th.tinytable_css_idjcrtrwgc9fixhk77enwj { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_m3bwouzi04o06owkjpsy" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_6gj1ijrn5fw7v2sw0pqv" 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_dsi6jd9op6lb66adxejj(i, j, css_id) {
var table = document.getElementById("tinytable_dsi6jd9op6lb66adxejj");
function styleCell_mbjgud7y0byw8y9op6vj(i, j, css_id) {
var table = document.getElementById("tinytable_mbjgud7y0byw8y9op6vj");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_dsi6jd9op6lb66adxejj');
var table = document.getElementById('tinytable_mbjgud7y0byw8y9op6vj');
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_dsi6jd9op6lb66adxejj(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_dsi6jd9op6lb66adxejj");
function spanCell_mbjgud7y0byw8y9op6vj(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_mbjgud7y0byw8y9op6vj");
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_dsi6jd9op6lb66adxejj(0, 0, 'tinytable_css_id1b784wlukol1j5wj8881') })
window.addEventListener('load', function () { styleCell_dsi6jd9op6lb66adxejj(0, 1, 'tinytable_css_id1b784wlukol1j5wj8881') })
window.addEventListener('load', function () { styleCell_dsi6jd9op6lb66adxejj(0, 2, 'tinytable_css_id1b784wlukol1j5wj8881') })
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') })
</script>

<style>
.table td.tinytable_css_id1b784wlukol1j5wj8881, .table th.tinytable_css_id1b784wlukol1j5wj8881 { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_id3c8uy1k6apn9hkxqd7x2, .table th.tinytable_css_id3c8uy1k6apn9hkxqd7x2 { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_dsi6jd9op6lb66adxejj" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_mbjgud7y0byw8y9op6vj" 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
5 changes: 4 additions & 1 deletion man/save_tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -418,11 +418,14 @@ <h3 class="anchored" data-anchor-id="arguments">Arguments</h3>
<p>String or file path.</p>
<ul>
<li>
<p>If <code>output</code> is "markdown", "latex", "html", or "typst", the table is returned in a string as an <code>R</code> object.</p>
<p>If <code>output</code> is "markdown", "latex", "html", "html_portable", or "typst", the table is returned in a string as an <code>R</code> object.</p>
</li>
<li>
<p>If <code>output</code> is a valid file path, the table is saved to file. The supported extensions are: .docx, .html, .png, .pdf, .tex, .typ, and .md (with aliases .txt, .Rmd and .qmd).</p>
</li>
<li>
<p>If <code>output</code> is "html_portable" or the global option <code>tinytable_html_portable</code> is <code>TRUE</code>, the images are included in the HTML as base64 encoded string instead of link to a local file.</p>
</li>
</ul>
</td>
</tr>
Expand Down
34 changes: 17 additions & 17 deletions man/theme_tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -575,21 +575,21 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
<!-- preamble start -->

<script>
function styleCell_s8ufxomusan6dwnzi2mr(i, j, css_id) {
var table = document.getElementById("tinytable_s8ufxomusan6dwnzi2mr");
function styleCell_p7s7tj7n8qj021emcbcv(i, j, css_id) {
var table = document.getElementById("tinytable_p7s7tj7n8qj021emcbcv");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_s8ufxomusan6dwnzi2mr');
var table = document.getElementById('tinytable_p7s7tj7n8qj021emcbcv');
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_s8ufxomusan6dwnzi2mr(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_s8ufxomusan6dwnzi2mr");
function spanCell_p7s7tj7n8qj021emcbcv(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_p7s7tj7n8qj021emcbcv");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand Down Expand Up @@ -620,7 +620,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
<style>
</style>
<div class="container">
<table class="table table-striped" id="tinytable_s8ufxomusan6dwnzi2mr" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-striped" id="tinytable_p7s7tj7n8qj021emcbcv" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>

<tr>
Expand Down Expand Up @@ -666,21 +666,21 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
<!-- preamble start -->

<script>
function styleCell_zyv03qeicp4u4uwcgtru(i, j, css_id) {
var table = document.getElementById("tinytable_zyv03qeicp4u4uwcgtru");
function styleCell_nsypkm4kqex5i9lyiiz8(i, j, css_id) {
var table = document.getElementById("tinytable_nsypkm4kqex5i9lyiiz8");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_zyv03qeicp4u4uwcgtru');
var table = document.getElementById('tinytable_nsypkm4kqex5i9lyiiz8');
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_zyv03qeicp4u4uwcgtru(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_zyv03qeicp4u4uwcgtru");
function spanCell_nsypkm4kqex5i9lyiiz8(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_nsypkm4kqex5i9lyiiz8");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand All @@ -706,17 +706,17 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
targetCell.rowSpan = rowspan;
targetCell.colSpan = colspan;
}
window.addEventListener('load', function () { styleCell_zyv03qeicp4u4uwcgtru(0, 0, 'tinytable_css_idnljsilm69ayccqe4uzdm') })
window.addEventListener('load', function () { styleCell_zyv03qeicp4u4uwcgtru(0, 1, 'tinytable_css_idnljsilm69ayccqe4uzdm') })
window.addEventListener('load', function () { styleCell_zyv03qeicp4u4uwcgtru(0, 2, 'tinytable_css_idnljsilm69ayccqe4uzdm') })
window.addEventListener('load', function () { styleCell_zyv03qeicp4u4uwcgtru(0, 3, 'tinytable_css_idnljsilm69ayccqe4uzdm') })
window.addEventListener('load', function () { styleCell_nsypkm4kqex5i9lyiiz8(0, 0, 'tinytable_css_idgp4twppq7k95j2nxcsz7') })
window.addEventListener('load', function () { styleCell_nsypkm4kqex5i9lyiiz8(0, 1, 'tinytable_css_idgp4twppq7k95j2nxcsz7') })
window.addEventListener('load', function () { styleCell_nsypkm4kqex5i9lyiiz8(0, 2, 'tinytable_css_idgp4twppq7k95j2nxcsz7') })
window.addEventListener('load', function () { styleCell_nsypkm4kqex5i9lyiiz8(0, 3, 'tinytable_css_idgp4twppq7k95j2nxcsz7') })
</script>

<style>
.table td.tinytable_css_idnljsilm69ayccqe4uzdm, .table th.tinytable_css_idnljsilm69ayccqe4uzdm { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_idgp4twppq7k95j2nxcsz7, .table th.tinytable_css_idgp4twppq7k95j2nxcsz7 { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_zyv03qeicp4u4uwcgtru" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_nsypkm4kqex5i9lyiiz8" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>

<tr>
Expand Down
Loading

0 comments on commit 661fe21

Please sign in to comment.