Skip to content

Commit

Permalink
Deploying to gh-pages from @ a0d55ef 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Jul 20, 2024
1 parent 606073b commit e9d3efc
Show file tree
Hide file tree
Showing 41 changed files with 1,942 additions and 1,942 deletions.
126 changes: 63 additions & 63 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 @@ -483,21 +483,21 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
<!-- preamble start -->

<script>
function styleCell_tdy4ccymbpncz3wifgum(i, j, css_id) {
var table = document.getElementById("tinytable_tdy4ccymbpncz3wifgum");
function styleCell_b19kiyja2ph3ssjwi2ns(i, j, css_id) {
var table = document.getElementById("tinytable_b19kiyja2ph3ssjwi2ns");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_tdy4ccymbpncz3wifgum');
var table = document.getElementById('tinytable_b19kiyja2ph3ssjwi2ns');
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_tdy4ccymbpncz3wifgum(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_tdy4ccymbpncz3wifgum");
function spanCell_b19kiyja2ph3ssjwi2ns(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_b19kiyja2ph3ssjwi2ns");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand All @@ -523,18 +523,18 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
targetCell.rowSpan = rowspan;
targetCell.colSpan = colspan;
}
window.addEventListener('load', function () { styleCell_tdy4ccymbpncz3wifgum(0, 0, 'tinytable_css_id9wdst43onph8lwtbkpxm') })
window.addEventListener('load', function () { styleCell_tdy4ccymbpncz3wifgum(0, 1, 'tinytable_css_id9wdst43onph8lwtbkpxm') })
window.addEventListener('load', function () { styleCell_tdy4ccymbpncz3wifgum(0, 2, 'tinytable_css_id9wdst43onph8lwtbkpxm') })
window.addEventListener('load', function () { styleCell_tdy4ccymbpncz3wifgum(0, 3, 'tinytable_css_id9wdst43onph8lwtbkpxm') })
window.addEventListener('load', function () { styleCell_tdy4ccymbpncz3wifgum(0, 4, 'tinytable_css_id9wdst43onph8lwtbkpxm') })
window.addEventListener('load', function () { styleCell_b19kiyja2ph3ssjwi2ns(0, 0, 'tinytable_css_idzncljsc8x2om50ymdcfn') })
window.addEventListener('load', function () { styleCell_b19kiyja2ph3ssjwi2ns(0, 1, 'tinytable_css_idzncljsc8x2om50ymdcfn') })
window.addEventListener('load', function () { styleCell_b19kiyja2ph3ssjwi2ns(0, 2, 'tinytable_css_idzncljsc8x2om50ymdcfn') })
window.addEventListener('load', function () { styleCell_b19kiyja2ph3ssjwi2ns(0, 3, 'tinytable_css_idzncljsc8x2om50ymdcfn') })
window.addEventListener('load', function () { styleCell_b19kiyja2ph3ssjwi2ns(0, 4, 'tinytable_css_idzncljsc8x2om50ymdcfn') })
</script>

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

<script>
function styleCell_k0f7s349himnhfsyv4nn(i, j, css_id) {
var table = document.getElementById("tinytable_k0f7s349himnhfsyv4nn");
function styleCell_ablukgim3l73ipygnx4q(i, j, css_id) {
var table = document.getElementById("tinytable_ablukgim3l73ipygnx4q");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_k0f7s349himnhfsyv4nn');
var table = document.getElementById('tinytable_ablukgim3l73ipygnx4q');
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_k0f7s349himnhfsyv4nn(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_k0f7s349himnhfsyv4nn");
function spanCell_ablukgim3l73ipygnx4q(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_ablukgim3l73ipygnx4q");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand All @@ -639,18 +639,18 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
targetCell.rowSpan = rowspan;
targetCell.colSpan = colspan;
}
window.addEventListener('load', function () { styleCell_k0f7s349himnhfsyv4nn(0, 0, 'tinytable_css_idavifmw90ll1fksaqj526') })
window.addEventListener('load', function () { styleCell_k0f7s349himnhfsyv4nn(0, 1, 'tinytable_css_idavifmw90ll1fksaqj526') })
window.addEventListener('load', function () { styleCell_k0f7s349himnhfsyv4nn(0, 2, 'tinytable_css_idavifmw90ll1fksaqj526') })
window.addEventListener('load', function () { styleCell_k0f7s349himnhfsyv4nn(0, 3, 'tinytable_css_idavifmw90ll1fksaqj526') })
window.addEventListener('load', function () { styleCell_k0f7s349himnhfsyv4nn(0, 4, 'tinytable_css_idavifmw90ll1fksaqj526') })
window.addEventListener('load', function () { styleCell_ablukgim3l73ipygnx4q(0, 0, 'tinytable_css_idvy6zugys3rluosp7t73t') })
window.addEventListener('load', function () { styleCell_ablukgim3l73ipygnx4q(0, 1, 'tinytable_css_idvy6zugys3rluosp7t73t') })
window.addEventListener('load', function () { styleCell_ablukgim3l73ipygnx4q(0, 2, 'tinytable_css_idvy6zugys3rluosp7t73t') })
window.addEventListener('load', function () { styleCell_ablukgim3l73ipygnx4q(0, 3, 'tinytable_css_idvy6zugys3rluosp7t73t') })
window.addEventListener('load', function () { styleCell_ablukgim3l73ipygnx4q(0, 4, 'tinytable_css_idvy6zugys3rluosp7t73t') })
</script>

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

<script>
function styleCell_jaj3i89xg80wzgrjx4f2(i, j, css_id) {
var table = document.getElementById("tinytable_jaj3i89xg80wzgrjx4f2");
function styleCell_cmlfrpbrbcibpx35984u(i, j, css_id) {
var table = document.getElementById("tinytable_cmlfrpbrbcibpx35984u");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_jaj3i89xg80wzgrjx4f2');
var table = document.getElementById('tinytable_cmlfrpbrbcibpx35984u');
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_jaj3i89xg80wzgrjx4f2(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_jaj3i89xg80wzgrjx4f2");
function spanCell_cmlfrpbrbcibpx35984u(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_cmlfrpbrbcibpx35984u");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand All @@ -756,18 +756,18 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
targetCell.rowSpan = rowspan;
targetCell.colSpan = colspan;
}
window.addEventListener('load', function () { styleCell_jaj3i89xg80wzgrjx4f2(0, 0, 'tinytable_css_id1ytzog6pucmu1zx7sif8') })
window.addEventListener('load', function () { styleCell_jaj3i89xg80wzgrjx4f2(0, 1, 'tinytable_css_id1ytzog6pucmu1zx7sif8') })
window.addEventListener('load', function () { styleCell_jaj3i89xg80wzgrjx4f2(0, 2, 'tinytable_css_id1ytzog6pucmu1zx7sif8') })
window.addEventListener('load', function () { styleCell_jaj3i89xg80wzgrjx4f2(0, 3, 'tinytable_css_id1ytzog6pucmu1zx7sif8') })
window.addEventListener('load', function () { styleCell_jaj3i89xg80wzgrjx4f2(0, 4, 'tinytable_css_id1ytzog6pucmu1zx7sif8') })
window.addEventListener('load', function () { styleCell_cmlfrpbrbcibpx35984u(0, 0, 'tinytable_css_id8f67vew3jjb6id4423sp') })
window.addEventListener('load', function () { styleCell_cmlfrpbrbcibpx35984u(0, 1, 'tinytable_css_id8f67vew3jjb6id4423sp') })
window.addEventListener('load', function () { styleCell_cmlfrpbrbcibpx35984u(0, 2, 'tinytable_css_id8f67vew3jjb6id4423sp') })
window.addEventListener('load', function () { styleCell_cmlfrpbrbcibpx35984u(0, 3, 'tinytable_css_id8f67vew3jjb6id4423sp') })
window.addEventListener('load', function () { styleCell_cmlfrpbrbcibpx35984u(0, 4, 'tinytable_css_id8f67vew3jjb6id4423sp') })
</script>

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

<script>
function styleCell_gdqfwlvsonbuo79jsswi(i, j, css_id) {
var table = document.getElementById("tinytable_gdqfwlvsonbuo79jsswi");
function styleCell_o8lvqca1adrer43adl76(i, j, css_id) {
var table = document.getElementById("tinytable_o8lvqca1adrer43adl76");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_gdqfwlvsonbuo79jsswi');
var table = document.getElementById('tinytable_o8lvqca1adrer43adl76');
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_gdqfwlvsonbuo79jsswi(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_gdqfwlvsonbuo79jsswi");
function spanCell_o8lvqca1adrer43adl76(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_o8lvqca1adrer43adl76");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand All @@ -866,16 +866,16 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
targetCell.rowSpan = rowspan;
targetCell.colSpan = colspan;
}
window.addEventListener('load', function () { styleCell_gdqfwlvsonbuo79jsswi(0, 0, 'tinytable_css_idiqcj6rv933fvyjo3de6g') })
window.addEventListener('load', function () { styleCell_gdqfwlvsonbuo79jsswi(0, 1, 'tinytable_css_idiqcj6rv933fvyjo3de6g') })
window.addEventListener('load', function () { styleCell_gdqfwlvsonbuo79jsswi(0, 2, 'tinytable_css_idiqcj6rv933fvyjo3de6g') })
window.addEventListener('load', function () { styleCell_o8lvqca1adrer43adl76(0, 0, 'tinytable_css_idbo9wdwdjx4fuvmiqbfcx') })
window.addEventListener('load', function () { styleCell_o8lvqca1adrer43adl76(0, 1, 'tinytable_css_idbo9wdwdjx4fuvmiqbfcx') })
window.addEventListener('load', function () { styleCell_o8lvqca1adrer43adl76(0, 2, 'tinytable_css_idbo9wdwdjx4fuvmiqbfcx') })
</script>

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

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

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

<script>
function styleCell_4kjuqavendsy1ytncrsd(i, j, css_id) {
var table = document.getElementById("tinytable_4kjuqavendsy1ytncrsd");
function styleCell_ik8zfc0qbb2zyyyhogb9(i, j, css_id) {
var table = document.getElementById("tinytable_ik8zfc0qbb2zyyyhogb9");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_4kjuqavendsy1ytncrsd');
var table = document.getElementById('tinytable_ik8zfc0qbb2zyyyhogb9');
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_4kjuqavendsy1ytncrsd(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_4kjuqavendsy1ytncrsd");
function spanCell_ik8zfc0qbb2zyyyhogb9(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_ik8zfc0qbb2zyyyhogb9");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand All @@ -656,17 +656,17 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
targetCell.rowSpan = rowspan;
targetCell.colSpan = colspan;
}
window.addEventListener('load', function () { styleCell_4kjuqavendsy1ytncrsd(0, 0, 'tinytable_css_id9q8hmpubbs1bke3ekqrp') })
window.addEventListener('load', function () { styleCell_4kjuqavendsy1ytncrsd(0, 1, 'tinytable_css_id9q8hmpubbs1bke3ekqrp') })
window.addEventListener('load', function () { styleCell_4kjuqavendsy1ytncrsd(0, 2, 'tinytable_css_id9q8hmpubbs1bke3ekqrp') })
window.addEventListener('load', function () { styleCell_4kjuqavendsy1ytncrsd(0, 3, 'tinytable_css_id9q8hmpubbs1bke3ekqrp') })
window.addEventListener('load', function () { styleCell_ik8zfc0qbb2zyyyhogb9(0, 0, 'tinytable_css_idvjn54t4tzyq020ghlkkw') })
window.addEventListener('load', function () { styleCell_ik8zfc0qbb2zyyyhogb9(0, 1, 'tinytable_css_idvjn54t4tzyq020ghlkkw') })
window.addEventListener('load', function () { styleCell_ik8zfc0qbb2zyyyhogb9(0, 2, 'tinytable_css_idvjn54t4tzyq020ghlkkw') })
window.addEventListener('load', function () { styleCell_ik8zfc0qbb2zyyyhogb9(0, 3, 'tinytable_css_idvjn54t4tzyq020ghlkkw') })
</script>

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

<tr>
Expand Down
Loading

0 comments on commit e9d3efc

Please sign in to comment.