Skip to content

Commit

Permalink
Deploying to gh-pages from @ 504595e 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Jul 6, 2024
1 parent e16bb57 commit a90f523
Show file tree
Hide file tree
Showing 41 changed files with 1,560 additions and 1,448 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_ds05eqslcheetnb4vcwj(tableId, cellCoordinates, cssClass) {
var table = document.getElementById("tinytable_yz37e99ewae0tvsluu38");
function styleCell_tinytable_5opyjmwl8wp1q0sf0xqh(tableId, cellCoordinates, cssClass) {
var table = document.getElementById("tinytable_mabd97qkhnuknsupv61q");
cellCoordinates.forEach(([i, j]) => {
table.rows[i].cells[j].classList.add(cssClass);
});
}

function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_yz37e99ewae0tvsluu38');
var table = document.getElementById('tinytable_mabd97qkhnuknsupv61q');
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_ds05eqslcheetnb4vcwj(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_yz37e99ewae0tvsluu38");
function spanCell_tinytable_5opyjmwl8wp1q0sf0xqh(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_mabd97qkhnuknsupv61q");
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_m14g891ql3p8e86v2p6r'},
{coords: [[0, 0], [0, 1], [0, 2], [0, 3], [0, 4]], class: 'tinytable_css_hjqs1ci8gqqqa4ge577y'},
];
cellStyles.forEach(({coords, class: cssClass}) => {
styleCell_tinytable_ds05eqslcheetnb4vcwj('tinytable_szxl8eb7ubljmabuxmyx', coords, cssClass);
styleCell_tinytable_5opyjmwl8wp1q0sf0xqh('tinytable_szxl8eb7ubljmabuxmyx', coords, cssClass);
});
});
</script>

<style>
.table td.tinytable_css_m14g891ql3p8e86v2p6r, .table th.tinytable_css_m14g891ql3p8e86v2p6r { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_hjqs1ci8gqqqa4ge577y, .table th.tinytable_css_hjqs1ci8gqqqa4ge577y { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_yz37e99ewae0tvsluu38" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_mabd97qkhnuknsupv61q" 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_9svy8spdqd9c92fjfu3l(tableId, cellCoordinates, cssClass) {
var table = document.getElementById("tinytable_kpz0vz4asplsuud4h1lq");
function styleCell_tinytable_qkzcall9lrgwnn9fjdj1(tableId, cellCoordinates, cssClass) {
var table = document.getElementById("tinytable_ipcu0pyjy3oy609gvf7r");
cellCoordinates.forEach(([i, j]) => {
table.rows[i].cells[j].classList.add(cssClass);
});
}

function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_kpz0vz4asplsuud4h1lq');
var table = document.getElementById('tinytable_ipcu0pyjy3oy609gvf7r');
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_9svy8spdqd9c92fjfu3l(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_kpz0vz4asplsuud4h1lq");
function spanCell_tinytable_qkzcall9lrgwnn9fjdj1(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_ipcu0pyjy3oy609gvf7r");
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_nla8hrc459holf3xt2mj'},
{coords: [[0, 0], [0, 1], [0, 2], [0, 3], [0, 4]], class: 'tinytable_css_pkbkn5ekztbnn9ndz8my'},
];
cellStyles.forEach(({coords, class: cssClass}) => {
styleCell_tinytable_9svy8spdqd9c92fjfu3l('tinytable_szxl8eb7ubljmabuxmyx', coords, cssClass);
styleCell_tinytable_qkzcall9lrgwnn9fjdj1('tinytable_szxl8eb7ubljmabuxmyx', coords, cssClass);
});
});
</script>

<style>
.table td.tinytable_css_nla8hrc459holf3xt2mj, .table th.tinytable_css_nla8hrc459holf3xt2mj { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_pkbkn5ekztbnn9ndz8my, .table th.tinytable_css_pkbkn5ekztbnn9ndz8my { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_kpz0vz4asplsuud4h1lq" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_ipcu0pyjy3oy609gvf7r" 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_c6pdb3ddmsmq1sywfxhb(tableId, cellCoordinates, cssClass) {
var table = document.getElementById("tinytable_bdoltwe3ebld8jucspp0");
function styleCell_tinytable_dbnnt3kf3lftkcamv8vq(tableId, cellCoordinates, cssClass) {
var table = document.getElementById("tinytable_dzehr0a6cka47qbwx17h");
cellCoordinates.forEach(([i, j]) => {
table.rows[i].cells[j].classList.add(cssClass);
});
}

function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_bdoltwe3ebld8jucspp0');
var table = document.getElementById('tinytable_dzehr0a6cka47qbwx17h');
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_c6pdb3ddmsmq1sywfxhb(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_bdoltwe3ebld8jucspp0");
function spanCell_tinytable_dbnnt3kf3lftkcamv8vq(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_dzehr0a6cka47qbwx17h");
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_n68pygdpyrpv2m3wk5sp'},
{coords: [[0, 0], [0, 1], [0, 2], [0, 3], [0, 4]], class: 'tinytable_css_6hua4pvsfp024q6e457o'},
];
cellStyles.forEach(({coords, class: cssClass}) => {
styleCell_tinytable_c6pdb3ddmsmq1sywfxhb('tinytable_szxl8eb7ubljmabuxmyx', coords, cssClass);
styleCell_tinytable_dbnnt3kf3lftkcamv8vq('tinytable_szxl8eb7ubljmabuxmyx', coords, cssClass);
});
});
</script>

<style>
.table td.tinytable_css_n68pygdpyrpv2m3wk5sp, .table th.tinytable_css_n68pygdpyrpv2m3wk5sp { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_6hua4pvsfp024q6e457o, .table th.tinytable_css_6hua4pvsfp024q6e457o { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_bdoltwe3ebld8jucspp0" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_dzehr0a6cka47qbwx17h" 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_xgkghlcjq75lp07nqmvm(tableId, cellCoordinates, cssClass) {
var table = document.getElementById("tinytable_wgro3gr4ebu7cvrxxcbd");
function styleCell_tinytable_0x9bp7xcnu6i5yzndzpf(tableId, cellCoordinates, cssClass) {
var table = document.getElementById("tinytable_n7q934t6npdjigspllvm");
cellCoordinates.forEach(([i, j]) => {
table.rows[i].cells[j].classList.add(cssClass);
});
}

function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_wgro3gr4ebu7cvrxxcbd');
var table = document.getElementById('tinytable_n7q934t6npdjigspllvm');
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_xgkghlcjq75lp07nqmvm(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_wgro3gr4ebu7cvrxxcbd");
function spanCell_tinytable_0x9bp7xcnu6i5yzndzpf(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_n7q934t6npdjigspllvm");
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_eqsx3magvsbzohkbo3d3'},
{coords: [[0, 0], [0, 1], [0, 2]], class: 'tinytable_css_bz4hdrta3cn9v66ab8jn'},
];
cellStyles.forEach(({coords, class: cssClass}) => {
styleCell_tinytable_xgkghlcjq75lp07nqmvm('tinytable_szxl8eb7ubljmabuxmyx', coords, cssClass);
styleCell_tinytable_0x9bp7xcnu6i5yzndzpf('tinytable_szxl8eb7ubljmabuxmyx', coords, cssClass);
});
});
</script>

<style>
.table td.tinytable_css_eqsx3magvsbzohkbo3d3, .table th.tinytable_css_eqsx3magvsbzohkbo3d3 { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_bz4hdrta3cn9v66ab8jn, .table th.tinytable_css_bz4hdrta3cn9v66ab8jn { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_wgro3gr4ebu7cvrxxcbd" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_n7q934t6npdjigspllvm" 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_dc02fhs2tptbvqx036l9(tableId, cellCoordinates, cssClass) {
var table = document.getElementById("tinytable_nh5e2ea0r5j2f343ky7n");
function styleCell_tinytable_lvx5xahtctm1eay13ve4(tableId, cellCoordinates, cssClass) {
var table = document.getElementById("tinytable_41i83zxyo2ld4a197lst");
cellCoordinates.forEach(([i, j]) => {
table.rows[i].cells[j].classList.add(cssClass);
});
}

function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_nh5e2ea0r5j2f343ky7n');
var table = document.getElementById('tinytable_41i83zxyo2ld4a197lst');
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_dc02fhs2tptbvqx036l9(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_nh5e2ea0r5j2f343ky7n");
function spanCell_tinytable_lvx5xahtctm1eay13ve4(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_41i83zxyo2ld4a197lst");
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_nh5e2ea0r5j2f343ky7n" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-striped" id="tinytable_41i83zxyo2ld4a197lst" 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_3vzltcimxxegyuzv2dgi(tableId, cellCoordinates, cssClass) {
var table = document.getElementById("tinytable_ycval3xuelpob1n44fka");
function styleCell_tinytable_aej6tc8r95slmhehbhc0(tableId, cellCoordinates, cssClass) {
var table = document.getElementById("tinytable_nkueo6b4j7uj9uavtl0i");
cellCoordinates.forEach(([i, j]) => {
table.rows[i].cells[j].classList.add(cssClass);
});
}

function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_ycval3xuelpob1n44fka');
var table = document.getElementById('tinytable_nkueo6b4j7uj9uavtl0i');
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_3vzltcimxxegyuzv2dgi(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_ycval3xuelpob1n44fka");
function spanCell_tinytable_aej6tc8r95slmhehbhc0(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_nkueo6b4j7uj9uavtl0i");
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_fjl3w35fpocgorh1iaou'},
{coords: [[0, 0], [0, 1], [0, 2], [0, 3]], class: 'tinytable_css_hmju2agqyfjka4u27e6z'},
];
cellStyles.forEach(({coords, class: cssClass}) => {
styleCell_tinytable_3vzltcimxxegyuzv2dgi('tinytable_szxl8eb7ubljmabuxmyx', coords, cssClass);
styleCell_tinytable_aej6tc8r95slmhehbhc0('tinytable_szxl8eb7ubljmabuxmyx', coords, cssClass);
});
});
</script>

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

<tr>
Expand Down
Loading

0 comments on commit a90f523

Please sign in to comment.