Skip to content

Commit

Permalink
Deploying to gh-pages from @ 5c4c7b2 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Jul 20, 2024
1 parent 7609564 commit 30aa267
Show file tree
Hide file tree
Showing 41 changed files with 1,943 additions and 1,943 deletions.
128 changes: 64 additions & 64 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_j0yx3pxn8li8xils083j(i, j, css_id) {
var table = document.getElementById("tinytable_j0yx3pxn8li8xils083j");
function styleCell_3zhe2e59s7agowlexygz(i, j, css_id) {
var table = document.getElementById("tinytable_3zhe2e59s7agowlexygz");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_j0yx3pxn8li8xils083j');
var table = document.getElementById('tinytable_3zhe2e59s7agowlexygz');
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_j0yx3pxn8li8xils083j(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_j0yx3pxn8li8xils083j");
function spanCell_3zhe2e59s7agowlexygz(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_3zhe2e59s7agowlexygz");
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_j0yx3pxn8li8xils083j(0, 0, 'tinytable_css_idqskqrlgcl763jh99t4pa') })
window.addEventListener('load', function () { styleCell_j0yx3pxn8li8xils083j(0, 1, 'tinytable_css_idqskqrlgcl763jh99t4pa') })
window.addEventListener('load', function () { styleCell_j0yx3pxn8li8xils083j(0, 2, 'tinytable_css_idqskqrlgcl763jh99t4pa') })
window.addEventListener('load', function () { styleCell_j0yx3pxn8li8xils083j(0, 3, 'tinytable_css_idqskqrlgcl763jh99t4pa') })
window.addEventListener('load', function () { styleCell_j0yx3pxn8li8xils083j(0, 4, 'tinytable_css_idqskqrlgcl763jh99t4pa') })
window.addEventListener('load', function () { styleCell_3zhe2e59s7agowlexygz(0, 0, 'tinytable_css_idkjggsipvits24dpcme6d') })
window.addEventListener('load', function () { styleCell_3zhe2e59s7agowlexygz(0, 1, 'tinytable_css_idkjggsipvits24dpcme6d') })
window.addEventListener('load', function () { styleCell_3zhe2e59s7agowlexygz(0, 2, 'tinytable_css_idkjggsipvits24dpcme6d') })
window.addEventListener('load', function () { styleCell_3zhe2e59s7agowlexygz(0, 3, 'tinytable_css_idkjggsipvits24dpcme6d') })
window.addEventListener('load', function () { styleCell_3zhe2e59s7agowlexygz(0, 4, 'tinytable_css_idkjggsipvits24dpcme6d') })
</script>

<style>
.table td.tinytable_css_idqskqrlgcl763jh99t4pa, .table th.tinytable_css_idqskqrlgcl763jh99t4pa { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_idkjggsipvits24dpcme6d, .table th.tinytable_css_idkjggsipvits24dpcme6d { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_j0yx3pxn8li8xils083j" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_3zhe2e59s7agowlexygz" 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_z3lf9rbym407siknzal9(i, j, css_id) {
var table = document.getElementById("tinytable_z3lf9rbym407siknzal9");
function styleCell_cx3jx62z70ykr8ga9jxj(i, j, css_id) {
var table = document.getElementById("tinytable_cx3jx62z70ykr8ga9jxj");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_z3lf9rbym407siknzal9');
var table = document.getElementById('tinytable_cx3jx62z70ykr8ga9jxj');
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_z3lf9rbym407siknzal9(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_z3lf9rbym407siknzal9");
function spanCell_cx3jx62z70ykr8ga9jxj(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_cx3jx62z70ykr8ga9jxj");
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_z3lf9rbym407siknzal9(0, 0, 'tinytable_css_id0kkbxy38n8vxj062efrg') })
window.addEventListener('load', function () { styleCell_z3lf9rbym407siknzal9(0, 1, 'tinytable_css_id0kkbxy38n8vxj062efrg') })
window.addEventListener('load', function () { styleCell_z3lf9rbym407siknzal9(0, 2, 'tinytable_css_id0kkbxy38n8vxj062efrg') })
window.addEventListener('load', function () { styleCell_z3lf9rbym407siknzal9(0, 3, 'tinytable_css_id0kkbxy38n8vxj062efrg') })
window.addEventListener('load', function () { styleCell_z3lf9rbym407siknzal9(0, 4, 'tinytable_css_id0kkbxy38n8vxj062efrg') })
window.addEventListener('load', function () { styleCell_cx3jx62z70ykr8ga9jxj(0, 0, 'tinytable_css_idj7gg13ek1qr70iirep7p') })
window.addEventListener('load', function () { styleCell_cx3jx62z70ykr8ga9jxj(0, 1, 'tinytable_css_idj7gg13ek1qr70iirep7p') })
window.addEventListener('load', function () { styleCell_cx3jx62z70ykr8ga9jxj(0, 2, 'tinytable_css_idj7gg13ek1qr70iirep7p') })
window.addEventListener('load', function () { styleCell_cx3jx62z70ykr8ga9jxj(0, 3, 'tinytable_css_idj7gg13ek1qr70iirep7p') })
window.addEventListener('load', function () { styleCell_cx3jx62z70ykr8ga9jxj(0, 4, 'tinytable_css_idj7gg13ek1qr70iirep7p') })
</script>

<style>
.table td.tinytable_css_id0kkbxy38n8vxj062efrg, .table th.tinytable_css_id0kkbxy38n8vxj062efrg { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_idj7gg13ek1qr70iirep7p, .table th.tinytable_css_idj7gg13ek1qr70iirep7p { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_z3lf9rbym407siknzal9" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_cx3jx62z70ykr8ga9jxj" 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_7clir308j8a5wjdd78e5(i, j, css_id) {
var table = document.getElementById("tinytable_7clir308j8a5wjdd78e5");
function styleCell_6b92lgi62tdhjwwrb5yp(i, j, css_id) {
var table = document.getElementById("tinytable_6b92lgi62tdhjwwrb5yp");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_7clir308j8a5wjdd78e5');
var table = document.getElementById('tinytable_6b92lgi62tdhjwwrb5yp');
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_7clir308j8a5wjdd78e5(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_7clir308j8a5wjdd78e5");
function spanCell_6b92lgi62tdhjwwrb5yp(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_6b92lgi62tdhjwwrb5yp");
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_7clir308j8a5wjdd78e5(0, 0, 'tinytable_css_idxx7s94t32zk0qgy8fdya') })
window.addEventListener('load', function () { styleCell_7clir308j8a5wjdd78e5(0, 1, 'tinytable_css_idxx7s94t32zk0qgy8fdya') })
window.addEventListener('load', function () { styleCell_7clir308j8a5wjdd78e5(0, 2, 'tinytable_css_idxx7s94t32zk0qgy8fdya') })
window.addEventListener('load', function () { styleCell_7clir308j8a5wjdd78e5(0, 3, 'tinytable_css_idxx7s94t32zk0qgy8fdya') })
window.addEventListener('load', function () { styleCell_7clir308j8a5wjdd78e5(0, 4, 'tinytable_css_idxx7s94t32zk0qgy8fdya') })
window.addEventListener('load', function () { styleCell_6b92lgi62tdhjwwrb5yp(0, 0, 'tinytable_css_id4t506y4gnqpwmxxbmtoo') })
window.addEventListener('load', function () { styleCell_6b92lgi62tdhjwwrb5yp(0, 1, 'tinytable_css_id4t506y4gnqpwmxxbmtoo') })
window.addEventListener('load', function () { styleCell_6b92lgi62tdhjwwrb5yp(0, 2, 'tinytable_css_id4t506y4gnqpwmxxbmtoo') })
window.addEventListener('load', function () { styleCell_6b92lgi62tdhjwwrb5yp(0, 3, 'tinytable_css_id4t506y4gnqpwmxxbmtoo') })
window.addEventListener('load', function () { styleCell_6b92lgi62tdhjwwrb5yp(0, 4, 'tinytable_css_id4t506y4gnqpwmxxbmtoo') })
</script>

<style>
.table td.tinytable_css_idxx7s94t32zk0qgy8fdya, .table th.tinytable_css_idxx7s94t32zk0qgy8fdya { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_id4t506y4gnqpwmxxbmtoo, .table th.tinytable_css_id4t506y4gnqpwmxxbmtoo { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_7clir308j8a5wjdd78e5" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_6b92lgi62tdhjwwrb5yp" 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_ew9ev4d9afdnjbodkuof(i, j, css_id) {
var table = document.getElementById("tinytable_ew9ev4d9afdnjbodkuof");
function styleCell_3oj44npg4gk5e6s2a4ve(i, j, css_id) {
var table = document.getElementById("tinytable_3oj44npg4gk5e6s2a4ve");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_ew9ev4d9afdnjbodkuof');
var table = document.getElementById('tinytable_3oj44npg4gk5e6s2a4ve');
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_ew9ev4d9afdnjbodkuof(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_ew9ev4d9afdnjbodkuof");
function spanCell_3oj44npg4gk5e6s2a4ve(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_3oj44npg4gk5e6s2a4ve");
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_ew9ev4d9afdnjbodkuof(0, 0, 'tinytable_css_ide0qy2qhy148getd4xfuc') })
window.addEventListener('load', function () { styleCell_ew9ev4d9afdnjbodkuof(0, 1, 'tinytable_css_ide0qy2qhy148getd4xfuc') })
window.addEventListener('load', function () { styleCell_ew9ev4d9afdnjbodkuof(0, 2, 'tinytable_css_ide0qy2qhy148getd4xfuc') })
window.addEventListener('load', function () { styleCell_3oj44npg4gk5e6s2a4ve(0, 0, 'tinytable_css_idwieqf25eg6b9pxxvcfd3') })
window.addEventListener('load', function () { styleCell_3oj44npg4gk5e6s2a4ve(0, 1, 'tinytable_css_idwieqf25eg6b9pxxvcfd3') })
window.addEventListener('load', function () { styleCell_3oj44npg4gk5e6s2a4ve(0, 2, 'tinytable_css_idwieqf25eg6b9pxxvcfd3') })
</script>

<style>
.table td.tinytable_css_ide0qy2qhy148getd4xfuc, .table th.tinytable_css_ide0qy2qhy148getd4xfuc { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_idwieqf25eg6b9pxxvcfd3, .table th.tinytable_css_idwieqf25eg6b9pxxvcfd3 { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_ew9ev4d9afdnjbodkuof" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_3oj44npg4gk5e6s2a4ve" 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_5txx7i0i5820t3wxyleo(i, j, css_id) {
var table = document.getElementById("tinytable_5txx7i0i5820t3wxyleo");
function styleCell_wt01oqbp7sof6wyz5fsy(i, j, css_id) {
var table = document.getElementById("tinytable_wt01oqbp7sof6wyz5fsy");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_5txx7i0i5820t3wxyleo');
var table = document.getElementById('tinytable_wt01oqbp7sof6wyz5fsy');
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_5txx7i0i5820t3wxyleo(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_5txx7i0i5820t3wxyleo");
function spanCell_wt01oqbp7sof6wyz5fsy(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_wt01oqbp7sof6wyz5fsy");
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_5txx7i0i5820t3wxyleo" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-striped" id="tinytable_wt01oqbp7sof6wyz5fsy" 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_o29t1a4olb8bt3i8edpg(i, j, css_id) {
var table = document.getElementById("tinytable_o29t1a4olb8bt3i8edpg");
function styleCell_cfmntpugmwdprcnfq3jz(i, j, css_id) {
var table = document.getElementById("tinytable_cfmntpugmwdprcnfq3jz");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_o29t1a4olb8bt3i8edpg');
var table = document.getElementById('tinytable_cfmntpugmwdprcnfq3jz');
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_o29t1a4olb8bt3i8edpg(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_o29t1a4olb8bt3i8edpg");
function spanCell_cfmntpugmwdprcnfq3jz(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_cfmntpugmwdprcnfq3jz");
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_o29t1a4olb8bt3i8edpg(0, 0, 'tinytable_css_id3ier2rk3yzfeovy7m37l') })
window.addEventListener('load', function () { styleCell_o29t1a4olb8bt3i8edpg(0, 1, 'tinytable_css_id3ier2rk3yzfeovy7m37l') })
window.addEventListener('load', function () { styleCell_o29t1a4olb8bt3i8edpg(0, 2, 'tinytable_css_id3ier2rk3yzfeovy7m37l') })
window.addEventListener('load', function () { styleCell_o29t1a4olb8bt3i8edpg(0, 3, 'tinytable_css_id3ier2rk3yzfeovy7m37l') })
window.addEventListener('load', function () { styleCell_cfmntpugmwdprcnfq3jz(0, 0, 'tinytable_css_idkveozlm5kbv3gconk9ll') })
window.addEventListener('load', function () { styleCell_cfmntpugmwdprcnfq3jz(0, 1, 'tinytable_css_idkveozlm5kbv3gconk9ll') })
window.addEventListener('load', function () { styleCell_cfmntpugmwdprcnfq3jz(0, 2, 'tinytable_css_idkveozlm5kbv3gconk9ll') })
window.addEventListener('load', function () { styleCell_cfmntpugmwdprcnfq3jz(0, 3, 'tinytable_css_idkveozlm5kbv3gconk9ll') })
</script>

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

<tr>
Expand Down
Loading

0 comments on commit 30aa267

Please sign in to comment.