Skip to content

Commit

Permalink
Deploying to gh-pages from @ efa9763 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Jul 22, 2024
1 parent b2d7bcb commit 76be64e
Show file tree
Hide file tree
Showing 42 changed files with 1,947 additions and 1,946 deletions.
1 change: 1 addition & 0 deletions NEWS.html
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ <h3 class="anchored" data-anchor-id="general">General</h3>
<li><code>format_tt(num_big_mark)</code> applies to integer columns.</li>
<li>Use <code>getOption("viewer")</code> instead of <code>rstudioapi::viewer()</code> for positron support</li>
<li><code>glue::glue()</code> string is accepted by <code>format_tt()</code>. Thanks to <a href="https://github.com/LukasWallrich"><span class="citation" data-cites="LukasWallrich">@LukasWallrich</span></a> for report <a href="https://github.com/vincentarelbundock/tinytable/issues/792">#792</a> on the <code>modelsummary</code> repository.</li>
<li>Support Github Flavored Markdown (<code>gfm</code>) output. Thanks to <a href="https://github.com/kylebutts"><span class="citation" data-cites="kylebutts">@kylebutts</span></a> for contribution <a href="https://github.com/vincentarelbundock/tinytable/issues/315">#315</a>.</li>
</ul>
</section>
<section id="html" class="level3">
Expand Down
130 changes: 65 additions & 65 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_vkzfpwbyjhlaervausa5(i, j, css_id) {
var table = document.getElementById("tinytable_vkzfpwbyjhlaervausa5");
function styleCell_pldhzv6e59kq89wy4wz6(i, j, css_id) {
var table = document.getElementById("tinytable_pldhzv6e59kq89wy4wz6");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_vkzfpwbyjhlaervausa5');
var table = document.getElementById('tinytable_pldhzv6e59kq89wy4wz6');
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_vkzfpwbyjhlaervausa5(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_vkzfpwbyjhlaervausa5");
function spanCell_pldhzv6e59kq89wy4wz6(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_pldhzv6e59kq89wy4wz6");
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_vkzfpwbyjhlaervausa5(0, 0, 'tinytable_css_id6lt02ov7x5heps22ilbo') })
window.addEventListener('load', function () { styleCell_vkzfpwbyjhlaervausa5(0, 1, 'tinytable_css_id6lt02ov7x5heps22ilbo') })
window.addEventListener('load', function () { styleCell_vkzfpwbyjhlaervausa5(0, 2, 'tinytable_css_id6lt02ov7x5heps22ilbo') })
window.addEventListener('load', function () { styleCell_vkzfpwbyjhlaervausa5(0, 3, 'tinytable_css_id6lt02ov7x5heps22ilbo') })
window.addEventListener('load', function () { styleCell_vkzfpwbyjhlaervausa5(0, 4, 'tinytable_css_id6lt02ov7x5heps22ilbo') })
window.addEventListener('load', function () { styleCell_pldhzv6e59kq89wy4wz6(0, 0, 'tinytable_css_idayvp8cmw5tw2b9u2vif0') })
window.addEventListener('load', function () { styleCell_pldhzv6e59kq89wy4wz6(0, 1, 'tinytable_css_idayvp8cmw5tw2b9u2vif0') })
window.addEventListener('load', function () { styleCell_pldhzv6e59kq89wy4wz6(0, 2, 'tinytable_css_idayvp8cmw5tw2b9u2vif0') })
window.addEventListener('load', function () { styleCell_pldhzv6e59kq89wy4wz6(0, 3, 'tinytable_css_idayvp8cmw5tw2b9u2vif0') })
window.addEventListener('load', function () { styleCell_pldhzv6e59kq89wy4wz6(0, 4, 'tinytable_css_idayvp8cmw5tw2b9u2vif0') })
</script>

<style>
.table td.tinytable_css_id6lt02ov7x5heps22ilbo, .table th.tinytable_css_id6lt02ov7x5heps22ilbo { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_idayvp8cmw5tw2b9u2vif0, .table th.tinytable_css_idayvp8cmw5tw2b9u2vif0 { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_vkzfpwbyjhlaervausa5" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_pldhzv6e59kq89wy4wz6" 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_hvncmsl09vaosje1n8rq(i, j, css_id) {
var table = document.getElementById("tinytable_hvncmsl09vaosje1n8rq");
function styleCell_0drzgm4l6sx6xb14gv9m(i, j, css_id) {
var table = document.getElementById("tinytable_0drzgm4l6sx6xb14gv9m");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_hvncmsl09vaosje1n8rq');
var table = document.getElementById('tinytable_0drzgm4l6sx6xb14gv9m');
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_hvncmsl09vaosje1n8rq(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_hvncmsl09vaosje1n8rq");
function spanCell_0drzgm4l6sx6xb14gv9m(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_0drzgm4l6sx6xb14gv9m");
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_hvncmsl09vaosje1n8rq(0, 0, 'tinytable_css_idsndq36tfyi0drkbhghad') })
window.addEventListener('load', function () { styleCell_hvncmsl09vaosje1n8rq(0, 1, 'tinytable_css_idsndq36tfyi0drkbhghad') })
window.addEventListener('load', function () { styleCell_hvncmsl09vaosje1n8rq(0, 2, 'tinytable_css_idsndq36tfyi0drkbhghad') })
window.addEventListener('load', function () { styleCell_hvncmsl09vaosje1n8rq(0, 3, 'tinytable_css_idsndq36tfyi0drkbhghad') })
window.addEventListener('load', function () { styleCell_hvncmsl09vaosje1n8rq(0, 4, 'tinytable_css_idsndq36tfyi0drkbhghad') })
window.addEventListener('load', function () { styleCell_0drzgm4l6sx6xb14gv9m(0, 0, 'tinytable_css_idb62be7m1g7qbdp6w5lh7') })
window.addEventListener('load', function () { styleCell_0drzgm4l6sx6xb14gv9m(0, 1, 'tinytable_css_idb62be7m1g7qbdp6w5lh7') })
window.addEventListener('load', function () { styleCell_0drzgm4l6sx6xb14gv9m(0, 2, 'tinytable_css_idb62be7m1g7qbdp6w5lh7') })
window.addEventListener('load', function () { styleCell_0drzgm4l6sx6xb14gv9m(0, 3, 'tinytable_css_idb62be7m1g7qbdp6w5lh7') })
window.addEventListener('load', function () { styleCell_0drzgm4l6sx6xb14gv9m(0, 4, 'tinytable_css_idb62be7m1g7qbdp6w5lh7') })
</script>

<style>
.table td.tinytable_css_idsndq36tfyi0drkbhghad, .table th.tinytable_css_idsndq36tfyi0drkbhghad { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_idb62be7m1g7qbdp6w5lh7, .table th.tinytable_css_idb62be7m1g7qbdp6w5lh7 { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_hvncmsl09vaosje1n8rq" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_0drzgm4l6sx6xb14gv9m" 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_afvolaa340j2yi7yhld9(i, j, css_id) {
var table = document.getElementById("tinytable_afvolaa340j2yi7yhld9");
function styleCell_8rdrzd79cy9w4rzzry3f(i, j, css_id) {
var table = document.getElementById("tinytable_8rdrzd79cy9w4rzzry3f");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_afvolaa340j2yi7yhld9');
var table = document.getElementById('tinytable_8rdrzd79cy9w4rzzry3f');
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_afvolaa340j2yi7yhld9(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_afvolaa340j2yi7yhld9");
function spanCell_8rdrzd79cy9w4rzzry3f(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_8rdrzd79cy9w4rzzry3f");
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_afvolaa340j2yi7yhld9(0, 0, 'tinytable_css_idt30j0zjrttaa3mksfdjo') })
window.addEventListener('load', function () { styleCell_afvolaa340j2yi7yhld9(0, 1, 'tinytable_css_idt30j0zjrttaa3mksfdjo') })
window.addEventListener('load', function () { styleCell_afvolaa340j2yi7yhld9(0, 2, 'tinytable_css_idt30j0zjrttaa3mksfdjo') })
window.addEventListener('load', function () { styleCell_afvolaa340j2yi7yhld9(0, 3, 'tinytable_css_idt30j0zjrttaa3mksfdjo') })
window.addEventListener('load', function () { styleCell_afvolaa340j2yi7yhld9(0, 4, 'tinytable_css_idt30j0zjrttaa3mksfdjo') })
window.addEventListener('load', function () { styleCell_8rdrzd79cy9w4rzzry3f(0, 0, 'tinytable_css_idtih19sca41q5cq126wsa') })
window.addEventListener('load', function () { styleCell_8rdrzd79cy9w4rzzry3f(0, 1, 'tinytable_css_idtih19sca41q5cq126wsa') })
window.addEventListener('load', function () { styleCell_8rdrzd79cy9w4rzzry3f(0, 2, 'tinytable_css_idtih19sca41q5cq126wsa') })
window.addEventListener('load', function () { styleCell_8rdrzd79cy9w4rzzry3f(0, 3, 'tinytable_css_idtih19sca41q5cq126wsa') })
window.addEventListener('load', function () { styleCell_8rdrzd79cy9w4rzzry3f(0, 4, 'tinytable_css_idtih19sca41q5cq126wsa') })
</script>

<style>
.table td.tinytable_css_idt30j0zjrttaa3mksfdjo, .table th.tinytable_css_idt30j0zjrttaa3mksfdjo { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_idtih19sca41q5cq126wsa, .table th.tinytable_css_idtih19sca41q5cq126wsa { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_afvolaa340j2yi7yhld9" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_8rdrzd79cy9w4rzzry3f" 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_01sg335kkfz2nt41x4ek(i, j, css_id) {
var table = document.getElementById("tinytable_01sg335kkfz2nt41x4ek");
function styleCell_cju87copge9bwlpn981d(i, j, css_id) {
var table = document.getElementById("tinytable_cju87copge9bwlpn981d");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_01sg335kkfz2nt41x4ek');
var table = document.getElementById('tinytable_cju87copge9bwlpn981d');
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_01sg335kkfz2nt41x4ek(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_01sg335kkfz2nt41x4ek");
function spanCell_cju87copge9bwlpn981d(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_cju87copge9bwlpn981d");
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_01sg335kkfz2nt41x4ek(0, 0, 'tinytable_css_idwvxjv08b94la6m8b1oet') })
window.addEventListener('load', function () { styleCell_01sg335kkfz2nt41x4ek(0, 1, 'tinytable_css_idwvxjv08b94la6m8b1oet') })
window.addEventListener('load', function () { styleCell_01sg335kkfz2nt41x4ek(0, 2, 'tinytable_css_idwvxjv08b94la6m8b1oet') })
window.addEventListener('load', function () { styleCell_cju87copge9bwlpn981d(0, 0, 'tinytable_css_idpeywlzd2rhj1eub8ybci') })
window.addEventListener('load', function () { styleCell_cju87copge9bwlpn981d(0, 1, 'tinytable_css_idpeywlzd2rhj1eub8ybci') })
window.addEventListener('load', function () { styleCell_cju87copge9bwlpn981d(0, 2, 'tinytable_css_idpeywlzd2rhj1eub8ybci') })
</script>

<style>
.table td.tinytable_css_idwvxjv08b94la6m8b1oet, .table th.tinytable_css_idwvxjv08b94la6m8b1oet { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_idpeywlzd2rhj1eub8ybci, .table th.tinytable_css_idpeywlzd2rhj1eub8ybci { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_01sg335kkfz2nt41x4ek" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_cju87copge9bwlpn981d" 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
Loading

0 comments on commit 76be64e

Please sign in to comment.