Skip to content

Commit

Permalink
Deploying to gh-pages from @ 3e0ed48 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Jul 6, 2024
1 parent a90f523 commit 3a1a971
Show file tree
Hide file tree
Showing 41 changed files with 1,386 additions and 1,386 deletions.
134 changes: 67 additions & 67 deletions man/format_tt.html

Large diffs are not rendered by default.

158 changes: 79 additions & 79 deletions man/group_tt.html

Large diffs are not rendered by default.

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

<script>
function styleCell_tinytable_5opyjmwl8wp1q0sf0xqh(tableId, cellCoordinates, cssClass) {
var table = document.getElementById("tinytable_mabd97qkhnuknsupv61q");
function styleCell_tinytable_zcep8ccedfx9iboris7w(tableId, cellCoordinates, cssClass) {
var table = document.getElementById("tinytable_1qdmf3myp8gabq4etxkb");
cellCoordinates.forEach(([i, j]) => {
table.rows[i].cells[j].classList.add(cssClass);
});
}

function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_mabd97qkhnuknsupv61q');
var table = document.getElementById('tinytable_1qdmf3myp8gabq4etxkb');
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_tinytable_5opyjmwl8wp1q0sf0xqh(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_mabd97qkhnuknsupv61q");
function spanCell_tinytable_zcep8ccedfx9iboris7w(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_1qdmf3myp8gabq4etxkb");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand Down Expand Up @@ -529,19 +529,19 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>

window.addEventListener('load', function () {
const cellStyles = [
{coords: [[0, 0], [0, 1], [0, 2], [0, 3], [0, 4]], class: 'tinytable_css_hjqs1ci8gqqqa4ge577y'},
{coords: [[0, 0], [0, 1], [0, 2], [0, 3], [0, 4]], class: 'tinytable_css_65r36r03j4nv4029f6nz'},
];
cellStyles.forEach(({coords, class: cssClass}) => {
styleCell_tinytable_5opyjmwl8wp1q0sf0xqh('tinytable_szxl8eb7ubljmabuxmyx', coords, cssClass);
styleCell_tinytable_zcep8ccedfx9iboris7w('tinytable_szxl8eb7ubljmabuxmyx', coords, cssClass);
});
});
</script>

<style>
.table td.tinytable_css_hjqs1ci8gqqqa4ge577y, .table th.tinytable_css_hjqs1ci8gqqqa4ge577y { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_65r36r03j4nv4029f6nz, .table th.tinytable_css_65r36r03j4nv4029f6nz { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_mabd97qkhnuknsupv61q" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_1qdmf3myp8gabq4etxkb" 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 @@ -606,24 +606,24 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
<!-- preamble start -->

<script>
function styleCell_tinytable_qkzcall9lrgwnn9fjdj1(tableId, cellCoordinates, cssClass) {
var table = document.getElementById("tinytable_ipcu0pyjy3oy609gvf7r");
function styleCell_tinytable_f3grxye4zinemxl7bo0s(tableId, cellCoordinates, cssClass) {
var table = document.getElementById("tinytable_kyphmzxel4yedx72oflk");
cellCoordinates.forEach(([i, j]) => {
table.rows[i].cells[j].classList.add(cssClass);
});
}

function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_ipcu0pyjy3oy609gvf7r');
var table = document.getElementById('tinytable_kyphmzxel4yedx72oflk');
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_tinytable_qkzcall9lrgwnn9fjdj1(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_ipcu0pyjy3oy609gvf7r");
function spanCell_tinytable_f3grxye4zinemxl7bo0s(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_kyphmzxel4yedx72oflk");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand Down Expand Up @@ -652,19 +652,19 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>

window.addEventListener('load', function () {
const cellStyles = [
{coords: [[0, 0], [0, 1], [0, 2], [0, 3], [0, 4]], class: 'tinytable_css_pkbkn5ekztbnn9ndz8my'},
{coords: [[0, 0], [0, 1], [0, 2], [0, 3], [0, 4]], class: 'tinytable_css_406gqfdhonwr6cstxcrb'},
];
cellStyles.forEach(({coords, class: cssClass}) => {
styleCell_tinytable_qkzcall9lrgwnn9fjdj1('tinytable_szxl8eb7ubljmabuxmyx', coords, cssClass);
styleCell_tinytable_f3grxye4zinemxl7bo0s('tinytable_szxl8eb7ubljmabuxmyx', coords, cssClass);
});
});
</script>

<style>
.table td.tinytable_css_pkbkn5ekztbnn9ndz8my, .table th.tinytable_css_pkbkn5ekztbnn9ndz8my { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_406gqfdhonwr6cstxcrb, .table th.tinytable_css_406gqfdhonwr6cstxcrb { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_ipcu0pyjy3oy609gvf7r" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_kyphmzxel4yedx72oflk" 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 @@ -730,24 +730,24 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
<!-- preamble start -->

<script>
function styleCell_tinytable_dbnnt3kf3lftkcamv8vq(tableId, cellCoordinates, cssClass) {
var table = document.getElementById("tinytable_dzehr0a6cka47qbwx17h");
function styleCell_tinytable_6b9qovydk5dvjl8drhlg(tableId, cellCoordinates, cssClass) {
var table = document.getElementById("tinytable_xv7kp1dgx4fza4z348zk");
cellCoordinates.forEach(([i, j]) => {
table.rows[i].cells[j].classList.add(cssClass);
});
}

function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_dzehr0a6cka47qbwx17h');
var table = document.getElementById('tinytable_xv7kp1dgx4fza4z348zk');
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_tinytable_dbnnt3kf3lftkcamv8vq(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_dzehr0a6cka47qbwx17h");
function spanCell_tinytable_6b9qovydk5dvjl8drhlg(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_xv7kp1dgx4fza4z348zk");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand Down Expand Up @@ -776,19 +776,19 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>

window.addEventListener('load', function () {
const cellStyles = [
{coords: [[0, 0], [0, 1], [0, 2], [0, 3], [0, 4]], class: 'tinytable_css_6hua4pvsfp024q6e457o'},
{coords: [[0, 0], [0, 1], [0, 2], [0, 3], [0, 4]], class: 'tinytable_css_boboeddra5d9gjb2fzf8'},
];
cellStyles.forEach(({coords, class: cssClass}) => {
styleCell_tinytable_dbnnt3kf3lftkcamv8vq('tinytable_szxl8eb7ubljmabuxmyx', coords, cssClass);
styleCell_tinytable_6b9qovydk5dvjl8drhlg('tinytable_szxl8eb7ubljmabuxmyx', coords, cssClass);
});
});
</script>

<style>
.table td.tinytable_css_6hua4pvsfp024q6e457o, .table th.tinytable_css_6hua4pvsfp024q6e457o { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_boboeddra5d9gjb2fzf8, .table th.tinytable_css_boboeddra5d9gjb2fzf8 { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_dzehr0a6cka47qbwx17h" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_xv7kp1dgx4fza4z348zk" 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 @@ -847,24 +847,24 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
<!-- preamble start -->

<script>
function styleCell_tinytable_0x9bp7xcnu6i5yzndzpf(tableId, cellCoordinates, cssClass) {
var table = document.getElementById("tinytable_n7q934t6npdjigspllvm");
function styleCell_tinytable_ei7gxxd73egm1zt8h3jz(tableId, cellCoordinates, cssClass) {
var table = document.getElementById("tinytable_j4p1vbc2q7p25g50fhxw");
cellCoordinates.forEach(([i, j]) => {
table.rows[i].cells[j].classList.add(cssClass);
});
}

function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_n7q934t6npdjigspllvm');
var table = document.getElementById('tinytable_j4p1vbc2q7p25g50fhxw');
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_tinytable_0x9bp7xcnu6i5yzndzpf(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_n7q934t6npdjigspllvm");
function spanCell_tinytable_ei7gxxd73egm1zt8h3jz(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_j4p1vbc2q7p25g50fhxw");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand Down Expand Up @@ -893,19 +893,19 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>

window.addEventListener('load', function () {
const cellStyles = [
{coords: [[0, 0], [0, 1], [0, 2]], class: 'tinytable_css_bz4hdrta3cn9v66ab8jn'},
{coords: [[0, 0], [0, 1], [0, 2]], class: 'tinytable_css_ov164ptt8iepnv18pi1q'},
];
cellStyles.forEach(({coords, class: cssClass}) => {
styleCell_tinytable_0x9bp7xcnu6i5yzndzpf('tinytable_szxl8eb7ubljmabuxmyx', coords, cssClass);
styleCell_tinytable_ei7gxxd73egm1zt8h3jz('tinytable_szxl8eb7ubljmabuxmyx', coords, cssClass);
});
});
</script>

<style>
.table td.tinytable_css_bz4hdrta3cn9v66ab8jn, .table th.tinytable_css_bz4hdrta3cn9v66ab8jn { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_ov164ptt8iepnv18pi1q, .table th.tinytable_css_ov164ptt8iepnv18pi1q { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_n7q934t6npdjigspllvm" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_j4p1vbc2q7p25g50fhxw" 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
30 changes: 15 additions & 15 deletions man/theme_tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -517,24 +517,24 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
<!-- preamble start -->

<script>
function styleCell_tinytable_lvx5xahtctm1eay13ve4(tableId, cellCoordinates, cssClass) {
var table = document.getElementById("tinytable_41i83zxyo2ld4a197lst");
function styleCell_tinytable_kj6g9teqkmqib53ebq5x(tableId, cellCoordinates, cssClass) {
var table = document.getElementById("tinytable_8e01o0ea1eqx34waoxwm");
cellCoordinates.forEach(([i, j]) => {
table.rows[i].cells[j].classList.add(cssClass);
});
}

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

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

<script>
function styleCell_tinytable_aej6tc8r95slmhehbhc0(tableId, cellCoordinates, cssClass) {
var table = document.getElementById("tinytable_nkueo6b4j7uj9uavtl0i");
function styleCell_tinytable_9enaa2doc8w57qhrfqdj(tableId, cellCoordinates, cssClass) {
var table = document.getElementById("tinytable_2qf8otxswxuq3x82vvy4");
cellCoordinates.forEach(([i, j]) => {
table.rows[i].cells[j].classList.add(cssClass);
});
}

function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_nkueo6b4j7uj9uavtl0i');
var table = document.getElementById('tinytable_2qf8otxswxuq3x82vvy4');
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_tinytable_aej6tc8r95slmhehbhc0(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_nkueo6b4j7uj9uavtl0i");
function spanCell_tinytable_9enaa2doc8w57qhrfqdj(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_2qf8otxswxuq3x82vvy4");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand Down Expand Up @@ -657,19 +657,19 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>

window.addEventListener('load', function () {
const cellStyles = [
{coords: [[0, 0], [0, 1], [0, 2], [0, 3]], class: 'tinytable_css_hmju2agqyfjka4u27e6z'},
{coords: [[0, 0], [0, 1], [0, 2], [0, 3]], class: 'tinytable_css_kf4mp3a3yt50c3gtmycl'},
];
cellStyles.forEach(({coords, class: cssClass}) => {
styleCell_tinytable_aej6tc8r95slmhehbhc0('tinytable_szxl8eb7ubljmabuxmyx', coords, cssClass);
styleCell_tinytable_9enaa2doc8w57qhrfqdj('tinytable_szxl8eb7ubljmabuxmyx', coords, cssClass);
});
});
</script>

<style>
.table td.tinytable_css_hmju2agqyfjka4u27e6z, .table th.tinytable_css_hmju2agqyfjka4u27e6z { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_kf4mp3a3yt50c3gtmycl, .table th.tinytable_css_kf4mp3a3yt50c3gtmycl { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-striped" id="tinytable_nkueo6b4j7uj9uavtl0i" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-striped" id="tinytable_2qf8otxswxuq3x82vvy4" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>

<tr>
Expand Down
Loading

0 comments on commit 3a1a971

Please sign in to comment.