Skip to content

Commit

Permalink
Deploying to gh-pages from @ 1881de4 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Sep 21, 2024
1 parent ffa5f75 commit 1eb50ee
Show file tree
Hide file tree
Showing 41 changed files with 2,015 additions and 2,015 deletions.
132 changes: 66 additions & 66 deletions man/format_tt.html

Large diffs are not rendered by default.

246 changes: 123 additions & 123 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_svztvjcymm56aqhs39sw(i, j, css_id) {
var table = document.getElementById("tinytable_svztvjcymm56aqhs39sw");
function styleCell_blvnnsq51zyog4yn3aaf(i, j, css_id) {
var table = document.getElementById("tinytable_blvnnsq51zyog4yn3aaf");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_svztvjcymm56aqhs39sw');
var table = document.getElementById('tinytable_blvnnsq51zyog4yn3aaf');
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_svztvjcymm56aqhs39sw(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_svztvjcymm56aqhs39sw");
function spanCell_blvnnsq51zyog4yn3aaf(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_blvnnsq51zyog4yn3aaf");
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_svztvjcymm56aqhs39sw(0, 0, 'tinytable_css_idmih0bcqr3flthlqi8sdh') })
window.addEventListener('load', function () { styleCell_svztvjcymm56aqhs39sw(0, 1, 'tinytable_css_idmih0bcqr3flthlqi8sdh') })
window.addEventListener('load', function () { styleCell_svztvjcymm56aqhs39sw(0, 2, 'tinytable_css_idmih0bcqr3flthlqi8sdh') })
window.addEventListener('load', function () { styleCell_svztvjcymm56aqhs39sw(0, 3, 'tinytable_css_idmih0bcqr3flthlqi8sdh') })
window.addEventListener('load', function () { styleCell_svztvjcymm56aqhs39sw(0, 4, 'tinytable_css_idmih0bcqr3flthlqi8sdh') })
window.addEventListener('load', function () { styleCell_blvnnsq51zyog4yn3aaf(0, 0, 'tinytable_css_id5vosbcujm0sjx6svz86t') })
window.addEventListener('load', function () { styleCell_blvnnsq51zyog4yn3aaf(0, 1, 'tinytable_css_id5vosbcujm0sjx6svz86t') })
window.addEventListener('load', function () { styleCell_blvnnsq51zyog4yn3aaf(0, 2, 'tinytable_css_id5vosbcujm0sjx6svz86t') })
window.addEventListener('load', function () { styleCell_blvnnsq51zyog4yn3aaf(0, 3, 'tinytable_css_id5vosbcujm0sjx6svz86t') })
window.addEventListener('load', function () { styleCell_blvnnsq51zyog4yn3aaf(0, 4, 'tinytable_css_id5vosbcujm0sjx6svz86t') })
</script>

<style>
.table td.tinytable_css_idmih0bcqr3flthlqi8sdh, .table th.tinytable_css_idmih0bcqr3flthlqi8sdh { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_id5vosbcujm0sjx6svz86t, .table th.tinytable_css_id5vosbcujm0sjx6svz86t { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_svztvjcymm56aqhs39sw" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_blvnnsq51zyog4yn3aaf" 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_5spfo76wymcnbsd50crq(i, j, css_id) {
var table = document.getElementById("tinytable_5spfo76wymcnbsd50crq");
function styleCell_1jo89zc1l7v42qe9zfvf(i, j, css_id) {
var table = document.getElementById("tinytable_1jo89zc1l7v42qe9zfvf");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_5spfo76wymcnbsd50crq');
var table = document.getElementById('tinytable_1jo89zc1l7v42qe9zfvf');
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_5spfo76wymcnbsd50crq(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_5spfo76wymcnbsd50crq");
function spanCell_1jo89zc1l7v42qe9zfvf(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_1jo89zc1l7v42qe9zfvf");
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_5spfo76wymcnbsd50crq(0, 0, 'tinytable_css_ids3amnxkoknl2gl6ohzig') })
window.addEventListener('load', function () { styleCell_5spfo76wymcnbsd50crq(0, 1, 'tinytable_css_ids3amnxkoknl2gl6ohzig') })
window.addEventListener('load', function () { styleCell_5spfo76wymcnbsd50crq(0, 2, 'tinytable_css_ids3amnxkoknl2gl6ohzig') })
window.addEventListener('load', function () { styleCell_5spfo76wymcnbsd50crq(0, 3, 'tinytable_css_ids3amnxkoknl2gl6ohzig') })
window.addEventListener('load', function () { styleCell_5spfo76wymcnbsd50crq(0, 4, 'tinytable_css_ids3amnxkoknl2gl6ohzig') })
window.addEventListener('load', function () { styleCell_1jo89zc1l7v42qe9zfvf(0, 0, 'tinytable_css_idrwgmz7s97zgh3tygmk0h') })
window.addEventListener('load', function () { styleCell_1jo89zc1l7v42qe9zfvf(0, 1, 'tinytable_css_idrwgmz7s97zgh3tygmk0h') })
window.addEventListener('load', function () { styleCell_1jo89zc1l7v42qe9zfvf(0, 2, 'tinytable_css_idrwgmz7s97zgh3tygmk0h') })
window.addEventListener('load', function () { styleCell_1jo89zc1l7v42qe9zfvf(0, 3, 'tinytable_css_idrwgmz7s97zgh3tygmk0h') })
window.addEventListener('load', function () { styleCell_1jo89zc1l7v42qe9zfvf(0, 4, 'tinytable_css_idrwgmz7s97zgh3tygmk0h') })
</script>

<style>
.table td.tinytable_css_ids3amnxkoknl2gl6ohzig, .table th.tinytable_css_ids3amnxkoknl2gl6ohzig { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_idrwgmz7s97zgh3tygmk0h, .table th.tinytable_css_idrwgmz7s97zgh3tygmk0h { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_5spfo76wymcnbsd50crq" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_1jo89zc1l7v42qe9zfvf" 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_f9clr0utlqyfgkybdny5(i, j, css_id) {
var table = document.getElementById("tinytable_f9clr0utlqyfgkybdny5");
function styleCell_dw73ft6metpvsip09cp9(i, j, css_id) {
var table = document.getElementById("tinytable_dw73ft6metpvsip09cp9");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_f9clr0utlqyfgkybdny5');
var table = document.getElementById('tinytable_dw73ft6metpvsip09cp9');
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_f9clr0utlqyfgkybdny5(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_f9clr0utlqyfgkybdny5");
function spanCell_dw73ft6metpvsip09cp9(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_dw73ft6metpvsip09cp9");
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_f9clr0utlqyfgkybdny5(0, 0, 'tinytable_css_idbgz48e8su58uq4c9omfy') })
window.addEventListener('load', function () { styleCell_f9clr0utlqyfgkybdny5(0, 1, 'tinytable_css_idbgz48e8su58uq4c9omfy') })
window.addEventListener('load', function () { styleCell_f9clr0utlqyfgkybdny5(0, 2, 'tinytable_css_idbgz48e8su58uq4c9omfy') })
window.addEventListener('load', function () { styleCell_f9clr0utlqyfgkybdny5(0, 3, 'tinytable_css_idbgz48e8su58uq4c9omfy') })
window.addEventListener('load', function () { styleCell_f9clr0utlqyfgkybdny5(0, 4, 'tinytable_css_idbgz48e8su58uq4c9omfy') })
window.addEventListener('load', function () { styleCell_dw73ft6metpvsip09cp9(0, 0, 'tinytable_css_idkzvr1a8t7ucb4xc1p2ny') })
window.addEventListener('load', function () { styleCell_dw73ft6metpvsip09cp9(0, 1, 'tinytable_css_idkzvr1a8t7ucb4xc1p2ny') })
window.addEventListener('load', function () { styleCell_dw73ft6metpvsip09cp9(0, 2, 'tinytable_css_idkzvr1a8t7ucb4xc1p2ny') })
window.addEventListener('load', function () { styleCell_dw73ft6metpvsip09cp9(0, 3, 'tinytable_css_idkzvr1a8t7ucb4xc1p2ny') })
window.addEventListener('load', function () { styleCell_dw73ft6metpvsip09cp9(0, 4, 'tinytable_css_idkzvr1a8t7ucb4xc1p2ny') })
</script>

<style>
.table td.tinytable_css_idbgz48e8su58uq4c9omfy, .table th.tinytable_css_idbgz48e8su58uq4c9omfy { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_idkzvr1a8t7ucb4xc1p2ny, .table th.tinytable_css_idkzvr1a8t7ucb4xc1p2ny { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_f9clr0utlqyfgkybdny5" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_dw73ft6metpvsip09cp9" 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_z51fx9hij8ae9xf132n8(i, j, css_id) {
var table = document.getElementById("tinytable_z51fx9hij8ae9xf132n8");
function styleCell_x9qxr7ewuc7oromlgrrb(i, j, css_id) {
var table = document.getElementById("tinytable_x9qxr7ewuc7oromlgrrb");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_z51fx9hij8ae9xf132n8');
var table = document.getElementById('tinytable_x9qxr7ewuc7oromlgrrb');
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_z51fx9hij8ae9xf132n8(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_z51fx9hij8ae9xf132n8");
function spanCell_x9qxr7ewuc7oromlgrrb(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_x9qxr7ewuc7oromlgrrb");
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_z51fx9hij8ae9xf132n8(0, 0, 'tinytable_css_idv02xpepewya6xwh2etym') })
window.addEventListener('load', function () { styleCell_z51fx9hij8ae9xf132n8(0, 1, 'tinytable_css_idv02xpepewya6xwh2etym') })
window.addEventListener('load', function () { styleCell_z51fx9hij8ae9xf132n8(0, 2, 'tinytable_css_idv02xpepewya6xwh2etym') })
window.addEventListener('load', function () { styleCell_x9qxr7ewuc7oromlgrrb(0, 0, 'tinytable_css_idywj7zzg01m5k31tbxs8d') })
window.addEventListener('load', function () { styleCell_x9qxr7ewuc7oromlgrrb(0, 1, 'tinytable_css_idywj7zzg01m5k31tbxs8d') })
window.addEventListener('load', function () { styleCell_x9qxr7ewuc7oromlgrrb(0, 2, 'tinytable_css_idywj7zzg01m5k31tbxs8d') })
</script>

<style>
.table td.tinytable_css_idv02xpepewya6xwh2etym, .table th.tinytable_css_idv02xpepewya6xwh2etym { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_idywj7zzg01m5k31tbxs8d, .table th.tinytable_css_idywj7zzg01m5k31tbxs8d { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_z51fx9hij8ae9xf132n8" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_x9qxr7ewuc7oromlgrrb" 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
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_i7x5l5bfeloscw13h2lu(i, j, css_id) {
var table = document.getElementById("tinytable_i7x5l5bfeloscw13h2lu");
function styleCell_rlyog6fnt5a7phwg5wos(i, j, css_id) {
var table = document.getElementById("tinytable_rlyog6fnt5a7phwg5wos");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_i7x5l5bfeloscw13h2lu');
var table = document.getElementById('tinytable_rlyog6fnt5a7phwg5wos');
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_i7x5l5bfeloscw13h2lu(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_i7x5l5bfeloscw13h2lu");
function spanCell_rlyog6fnt5a7phwg5wos(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_rlyog6fnt5a7phwg5wos");
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_i7x5l5bfeloscw13h2lu" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-striped" id="tinytable_rlyog6fnt5a7phwg5wos" 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_q7o3ifk3h0fn0bml59f5(i, j, css_id) {
var table = document.getElementById("tinytable_q7o3ifk3h0fn0bml59f5");
function styleCell_n1e9wg8feje44z8zm1si(i, j, css_id) {
var table = document.getElementById("tinytable_n1e9wg8feje44z8zm1si");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_q7o3ifk3h0fn0bml59f5');
var table = document.getElementById('tinytable_n1e9wg8feje44z8zm1si');
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_q7o3ifk3h0fn0bml59f5(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_q7o3ifk3h0fn0bml59f5");
function spanCell_n1e9wg8feje44z8zm1si(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_n1e9wg8feje44z8zm1si");
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_q7o3ifk3h0fn0bml59f5(0, 0, 'tinytable_css_idnza13ygf1mmdxukvb8xy') })
window.addEventListener('load', function () { styleCell_q7o3ifk3h0fn0bml59f5(0, 1, 'tinytable_css_idnza13ygf1mmdxukvb8xy') })
window.addEventListener('load', function () { styleCell_q7o3ifk3h0fn0bml59f5(0, 2, 'tinytable_css_idnza13ygf1mmdxukvb8xy') })
window.addEventListener('load', function () { styleCell_q7o3ifk3h0fn0bml59f5(0, 3, 'tinytable_css_idnza13ygf1mmdxukvb8xy') })
window.addEventListener('load', function () { styleCell_n1e9wg8feje44z8zm1si(0, 0, 'tinytable_css_idxv8vwcx1ni6mf1noeih2') })
window.addEventListener('load', function () { styleCell_n1e9wg8feje44z8zm1si(0, 1, 'tinytable_css_idxv8vwcx1ni6mf1noeih2') })
window.addEventListener('load', function () { styleCell_n1e9wg8feje44z8zm1si(0, 2, 'tinytable_css_idxv8vwcx1ni6mf1noeih2') })
window.addEventListener('load', function () { styleCell_n1e9wg8feje44z8zm1si(0, 3, 'tinytable_css_idxv8vwcx1ni6mf1noeih2') })
</script>

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

<tr>
Expand Down
Loading

0 comments on commit 1eb50ee

Please sign in to comment.