Skip to content

Commit

Permalink
Deploying to gh-pages from @ ae37427 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Jul 20, 2024
1 parent e9d3efc commit 7609564
Show file tree
Hide file tree
Showing 44 changed files with 1,950 additions and 1,949 deletions.
2 changes: 1 addition & 1 deletion CITATION.html
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,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.3.0.31, <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.3.0.32, <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 @@ -399,6 +399,7 @@ <h3 class="anchored" data-anchor-id="general">General</h3>
<li><code>colnames(x)&lt;-NULL</code> works on a <code>tinytable</code> object.</li>
<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>
</ul>
</section>
<section id="html" class="level3">
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,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.3.0.31 tutorial will take you much further. It is available in two formats:</p>
<p>The <code>tinytable</code> 0.3.0.32 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
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_b19kiyja2ph3ssjwi2ns(i, j, css_id) {
var table = document.getElementById("tinytable_b19kiyja2ph3ssjwi2ns");
function styleCell_j0yx3pxn8li8xils083j(i, j, css_id) {
var table = document.getElementById("tinytable_j0yx3pxn8li8xils083j");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_b19kiyja2ph3ssjwi2ns');
var table = document.getElementById('tinytable_j0yx3pxn8li8xils083j');
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_b19kiyja2ph3ssjwi2ns(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_b19kiyja2ph3ssjwi2ns");
function spanCell_j0yx3pxn8li8xils083j(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_j0yx3pxn8li8xils083j");
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_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') })
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') })
</script>

<style>
.table td.tinytable_css_idzncljsc8x2om50ymdcfn, .table th.tinytable_css_idzncljsc8x2om50ymdcfn { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_idqskqrlgcl763jh99t4pa, .table th.tinytable_css_idqskqrlgcl763jh99t4pa { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_b19kiyja2ph3ssjwi2ns" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_j0yx3pxn8li8xils083j" 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_ablukgim3l73ipygnx4q(i, j, css_id) {
var table = document.getElementById("tinytable_ablukgim3l73ipygnx4q");
function styleCell_z3lf9rbym407siknzal9(i, j, css_id) {
var table = document.getElementById("tinytable_z3lf9rbym407siknzal9");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_ablukgim3l73ipygnx4q');
var table = document.getElementById('tinytable_z3lf9rbym407siknzal9');
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_ablukgim3l73ipygnx4q(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_ablukgim3l73ipygnx4q");
function spanCell_z3lf9rbym407siknzal9(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_z3lf9rbym407siknzal9");
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_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') })
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') })
</script>

<style>
.table td.tinytable_css_idvy6zugys3rluosp7t73t, .table th.tinytable_css_idvy6zugys3rluosp7t73t { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_id0kkbxy38n8vxj062efrg, .table th.tinytable_css_id0kkbxy38n8vxj062efrg { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_ablukgim3l73ipygnx4q" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_z3lf9rbym407siknzal9" 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_cmlfrpbrbcibpx35984u(i, j, css_id) {
var table = document.getElementById("tinytable_cmlfrpbrbcibpx35984u");
function styleCell_7clir308j8a5wjdd78e5(i, j, css_id) {
var table = document.getElementById("tinytable_7clir308j8a5wjdd78e5");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_cmlfrpbrbcibpx35984u');
var table = document.getElementById('tinytable_7clir308j8a5wjdd78e5');
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_cmlfrpbrbcibpx35984u(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_cmlfrpbrbcibpx35984u");
function spanCell_7clir308j8a5wjdd78e5(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_7clir308j8a5wjdd78e5");
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_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') })
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') })
</script>

<style>
.table td.tinytable_css_id8f67vew3jjb6id4423sp, .table th.tinytable_css_id8f67vew3jjb6id4423sp { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_idxx7s94t32zk0qgy8fdya, .table th.tinytable_css_idxx7s94t32zk0qgy8fdya { border-bottom: solid 0.1em #d3d8dc; }
</style>
<div class="container">
<table class="table table-borderless" id="tinytable_cmlfrpbrbcibpx35984u" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_7clir308j8a5wjdd78e5" 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_o8lvqca1adrer43adl76(i, j, css_id) {
var table = document.getElementById("tinytable_o8lvqca1adrer43adl76");
function styleCell_ew9ev4d9afdnjbodkuof(i, j, css_id) {
var table = document.getElementById("tinytable_ew9ev4d9afdnjbodkuof");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_o8lvqca1adrer43adl76');
var table = document.getElementById('tinytable_ew9ev4d9afdnjbodkuof');
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_o8lvqca1adrer43adl76(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_o8lvqca1adrer43adl76");
function spanCell_ew9ev4d9afdnjbodkuof(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_ew9ev4d9afdnjbodkuof");
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_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') })
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') })
</script>

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

Please sign in to comment.