Skip to content

Commit

Permalink
Deploying to gh-pages from @ 2815210 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Sep 22, 2024
1 parent 3efe570 commit d9c6814
Show file tree
Hide file tree
Showing 45 changed files with 2,033 additions and 2,023 deletions.
2 changes: 1 addition & 1 deletion CITATION.html
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ <h2 id="toc-title">On this page</h2>
<h1>Citation</h1>
<p>To cite package ‘tinytable’ in publications use:</p>
<p>
Arel-Bundock V (????). <em>tinytable: Simple and Configurable Tables in ‘HTML’, ‘LaTeX’, ‘Markdown’, ‘Word’, ‘PNG’, ‘PDF’, and ‘Typst’ Formats</em>. R package version 0.4.0.4, <a href="https://vincentarelbundock.github.io/tinytable/">https://vincentarelbundock.github.io/tinytable/</a>.
Arel-Bundock V (????). <em>tinytable: Simple and Configurable Tables in ‘HTML’, ‘LaTeX’, ‘Markdown’, ‘Word’, ‘PNG’, ‘PDF’, and ‘Typst’ Formats</em>. R package version 0.4.0.5, <a href="https://vincentarelbundock.github.io/tinytable/">https://vincentarelbundock.github.io/tinytable/</a>.
</p>


Expand Down
1 change: 1 addition & 0 deletions NEWS.html
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ <h1>News</h1>
<h2 class="anchored" data-anchor-id="development">Development</h2>
<p>New:</p>
<ul>
<li><code>tt()</code> gets an <code>escape</code> argument. Thanks to Cameron Patrick for the feature request.</li>
<li>The <code>i</code> argument in <code>style_tt()</code> now accepts a logical matrix of same dimensions as <code>x</code>, to style specific cells, rather than all combinations of <code>i</code> and <code>j</code> vectors. Thanks to <a href="https://github.com/dhicks"><span class="citation" data-cites="dhicks">@dhicks</span></a> for the feature request <a href="https://github.com/vincentarelbundock/tinytable/issues/329">#329</a>.</li>
<li><code>style_tt()</code> gets new <code>output</code> argument for conditional styling based on output format.</li>
<li><code>names()</code> method now supported for both returning column names and re-assingning them. Issue <a href="https://github.com/vincentarelbundock/tinytable/issues/332">#332</a>.</li>
Expand Down
Binary file modified freeze.rds
Binary file not shown.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ <h2 class="anchored" data-anchor-id="first-steps">First steps</h2>
</section>
<section id="tutorial" class="level2">
<h2 class="anchored" data-anchor-id="tutorial">Tutorial</h2>
<p>The <code>tinytable</code> 0.4.0.4 tutorial will take you much further. It is available in two formats:</p>
<p>The <code>tinytable</code> 0.4.0.5 tutorial will take you much further. It is available in two formats:</p>
<ul>
<li><a href="https://vincentarelbundock.github.io/tinytable/vignettes/tinytable_tutorial.pdf">Tutorial (PDF)</a></li>
<li>Tutorial (HTML):
Expand Down
132 changes: 66 additions & 66 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_l6ru26x68fou7uj4pa95(i, j, css_id) {
var table = document.getElementById("tinytable_l6ru26x68fou7uj4pa95");
function styleCell_doz3bagpbcxxfdf2yr74(i, j, css_id) {
var table = document.getElementById("tinytable_doz3bagpbcxxfdf2yr74");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_l6ru26x68fou7uj4pa95');
var table = document.getElementById('tinytable_doz3bagpbcxxfdf2yr74');
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_l6ru26x68fou7uj4pa95(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_l6ru26x68fou7uj4pa95");
function spanCell_doz3bagpbcxxfdf2yr74(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_doz3bagpbcxxfdf2yr74");
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_l6ru26x68fou7uj4pa95(0, 0, 'tinytable_css_idv01kd973rn02scd6xgs1') })
window.addEventListener('load', function () { styleCell_l6ru26x68fou7uj4pa95(0, 1, 'tinytable_css_idv01kd973rn02scd6xgs1') })
window.addEventListener('load', function () { styleCell_l6ru26x68fou7uj4pa95(0, 2, 'tinytable_css_idv01kd973rn02scd6xgs1') })
window.addEventListener('load', function () { styleCell_l6ru26x68fou7uj4pa95(0, 3, 'tinytable_css_idv01kd973rn02scd6xgs1') })
window.addEventListener('load', function () { styleCell_l6ru26x68fou7uj4pa95(0, 4, 'tinytable_css_idv01kd973rn02scd6xgs1') })
window.addEventListener('load', function () { styleCell_doz3bagpbcxxfdf2yr74(0, 0, 'tinytable_css_idyr8hu2fopvvbo3tgk5ul') })
window.addEventListener('load', function () { styleCell_doz3bagpbcxxfdf2yr74(0, 1, 'tinytable_css_idyr8hu2fopvvbo3tgk5ul') })
window.addEventListener('load', function () { styleCell_doz3bagpbcxxfdf2yr74(0, 2, 'tinytable_css_idyr8hu2fopvvbo3tgk5ul') })
window.addEventListener('load', function () { styleCell_doz3bagpbcxxfdf2yr74(0, 3, 'tinytable_css_idyr8hu2fopvvbo3tgk5ul') })
window.addEventListener('load', function () { styleCell_doz3bagpbcxxfdf2yr74(0, 4, 'tinytable_css_idyr8hu2fopvvbo3tgk5ul') })
</script>

<style>
.table td.tinytable_css_idv01kd973rn02scd6xgs1, .table th.tinytable_css_idv01kd973rn02scd6xgs1 { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_idyr8hu2fopvvbo3tgk5ul, .table th.tinytable_css_idyr8hu2fopvvbo3tgk5ul { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_l6ru26x68fou7uj4pa95" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_doz3bagpbcxxfdf2yr74" 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_vo63jb222kxxqs2t912x(i, j, css_id) {
var table = document.getElementById("tinytable_vo63jb222kxxqs2t912x");
function styleCell_tagkx79z3avvglske60o(i, j, css_id) {
var table = document.getElementById("tinytable_tagkx79z3avvglske60o");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_vo63jb222kxxqs2t912x');
var table = document.getElementById('tinytable_tagkx79z3avvglske60o');
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_vo63jb222kxxqs2t912x(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_vo63jb222kxxqs2t912x");
function spanCell_tagkx79z3avvglske60o(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_tagkx79z3avvglske60o");
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_vo63jb222kxxqs2t912x(0, 0, 'tinytable_css_idaz50fqgzh6ak1pupd4iz') })
window.addEventListener('load', function () { styleCell_vo63jb222kxxqs2t912x(0, 1, 'tinytable_css_idaz50fqgzh6ak1pupd4iz') })
window.addEventListener('load', function () { styleCell_vo63jb222kxxqs2t912x(0, 2, 'tinytable_css_idaz50fqgzh6ak1pupd4iz') })
window.addEventListener('load', function () { styleCell_vo63jb222kxxqs2t912x(0, 3, 'tinytable_css_idaz50fqgzh6ak1pupd4iz') })
window.addEventListener('load', function () { styleCell_vo63jb222kxxqs2t912x(0, 4, 'tinytable_css_idaz50fqgzh6ak1pupd4iz') })
window.addEventListener('load', function () { styleCell_tagkx79z3avvglske60o(0, 0, 'tinytable_css_idal9s2a90t58l0rg1ftcz') })
window.addEventListener('load', function () { styleCell_tagkx79z3avvglske60o(0, 1, 'tinytable_css_idal9s2a90t58l0rg1ftcz') })
window.addEventListener('load', function () { styleCell_tagkx79z3avvglske60o(0, 2, 'tinytable_css_idal9s2a90t58l0rg1ftcz') })
window.addEventListener('load', function () { styleCell_tagkx79z3avvglske60o(0, 3, 'tinytable_css_idal9s2a90t58l0rg1ftcz') })
window.addEventListener('load', function () { styleCell_tagkx79z3avvglske60o(0, 4, 'tinytable_css_idal9s2a90t58l0rg1ftcz') })
</script>

<style>
.table td.tinytable_css_idaz50fqgzh6ak1pupd4iz, .table th.tinytable_css_idaz50fqgzh6ak1pupd4iz { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_idal9s2a90t58l0rg1ftcz, .table th.tinytable_css_idal9s2a90t58l0rg1ftcz { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_vo63jb222kxxqs2t912x" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_tagkx79z3avvglske60o" 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_8tiblwhnm5njqr3uchxg(i, j, css_id) {
var table = document.getElementById("tinytable_8tiblwhnm5njqr3uchxg");
function styleCell_j6m143rk6afazv1cm9kt(i, j, css_id) {
var table = document.getElementById("tinytable_j6m143rk6afazv1cm9kt");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_8tiblwhnm5njqr3uchxg');
var table = document.getElementById('tinytable_j6m143rk6afazv1cm9kt');
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_8tiblwhnm5njqr3uchxg(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_8tiblwhnm5njqr3uchxg");
function spanCell_j6m143rk6afazv1cm9kt(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_j6m143rk6afazv1cm9kt");
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_8tiblwhnm5njqr3uchxg(0, 0, 'tinytable_css_idr5kj63zxzdrgbxgx9bik') })
window.addEventListener('load', function () { styleCell_8tiblwhnm5njqr3uchxg(0, 1, 'tinytable_css_idr5kj63zxzdrgbxgx9bik') })
window.addEventListener('load', function () { styleCell_8tiblwhnm5njqr3uchxg(0, 2, 'tinytable_css_idr5kj63zxzdrgbxgx9bik') })
window.addEventListener('load', function () { styleCell_8tiblwhnm5njqr3uchxg(0, 3, 'tinytable_css_idr5kj63zxzdrgbxgx9bik') })
window.addEventListener('load', function () { styleCell_8tiblwhnm5njqr3uchxg(0, 4, 'tinytable_css_idr5kj63zxzdrgbxgx9bik') })
window.addEventListener('load', function () { styleCell_j6m143rk6afazv1cm9kt(0, 0, 'tinytable_css_ido5r9eb70lggjczf7bklv') })
window.addEventListener('load', function () { styleCell_j6m143rk6afazv1cm9kt(0, 1, 'tinytable_css_ido5r9eb70lggjczf7bklv') })
window.addEventListener('load', function () { styleCell_j6m143rk6afazv1cm9kt(0, 2, 'tinytable_css_ido5r9eb70lggjczf7bklv') })
window.addEventListener('load', function () { styleCell_j6m143rk6afazv1cm9kt(0, 3, 'tinytable_css_ido5r9eb70lggjczf7bklv') })
window.addEventListener('load', function () { styleCell_j6m143rk6afazv1cm9kt(0, 4, 'tinytable_css_ido5r9eb70lggjczf7bklv') })
</script>

<style>
.table td.tinytable_css_idr5kj63zxzdrgbxgx9bik, .table th.tinytable_css_idr5kj63zxzdrgbxgx9bik { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_ido5r9eb70lggjczf7bklv, .table th.tinytable_css_ido5r9eb70lggjczf7bklv { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_8tiblwhnm5njqr3uchxg" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_j6m143rk6afazv1cm9kt" 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_iwf8iloitjooh9d1zt7k(i, j, css_id) {
var table = document.getElementById("tinytable_iwf8iloitjooh9d1zt7k");
function styleCell_tqtozuff2uc5jj122ms0(i, j, css_id) {
var table = document.getElementById("tinytable_tqtozuff2uc5jj122ms0");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_iwf8iloitjooh9d1zt7k');
var table = document.getElementById('tinytable_tqtozuff2uc5jj122ms0');
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_iwf8iloitjooh9d1zt7k(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_iwf8iloitjooh9d1zt7k");
function spanCell_tqtozuff2uc5jj122ms0(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_tqtozuff2uc5jj122ms0");
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_iwf8iloitjooh9d1zt7k(0, 0, 'tinytable_css_id7qo2w54lk851px7wp8p7') })
window.addEventListener('load', function () { styleCell_iwf8iloitjooh9d1zt7k(0, 1, 'tinytable_css_id7qo2w54lk851px7wp8p7') })
window.addEventListener('load', function () { styleCell_iwf8iloitjooh9d1zt7k(0, 2, 'tinytable_css_id7qo2w54lk851px7wp8p7') })
window.addEventListener('load', function () { styleCell_tqtozuff2uc5jj122ms0(0, 0, 'tinytable_css_idgslpivjznypfwqxogj2c') })
window.addEventListener('load', function () { styleCell_tqtozuff2uc5jj122ms0(0, 1, 'tinytable_css_idgslpivjznypfwqxogj2c') })
window.addEventListener('load', function () { styleCell_tqtozuff2uc5jj122ms0(0, 2, 'tinytable_css_idgslpivjznypfwqxogj2c') })
</script>

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

Please sign in to comment.