Skip to content

Commit

Permalink
Deploying to gh-pages from @ 1b10744 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Jan 29, 2024
1 parent 1a2abee commit 309d31f
Show file tree
Hide file tree
Showing 34 changed files with 1,375 additions and 1,378 deletions.
6 changes: 3 additions & 3 deletions CITATION.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,15 +237,15 @@ <h1>Citation</h1>
<pre class="verbatim"><code>To cite package ‘tinytable’ in publications use:

Arel-Bundock V (????). _tinytable: Simple and Configurable Tables in
'HTML', 'LaTeX', 'Markdown', 'Word', 'PNG', and 'Typst' Formats_. R
package version 0.0.2.9002,
'HTML', 'LaTeX', 'Markdown', 'Word', 'PNG', 'PDF', and 'Typst'
Formats_. R package version 0.0.2.9002,
https://github.com/vincentarelbundock/tinytable/,
&lt;https://vincentarelbundock.github.io/tinytable/&gt;.

A BibTeX entry for LaTeX users is

@Manual{,
title = {tinytable: Simple and Configurable Tables in 'HTML', 'LaTeX', 'Markdown', 'Word', 'PNG', and 'Typst' Formats},
title = {tinytable: Simple and Configurable Tables in 'HTML', 'LaTeX', 'Markdown', 'Word', 'PNG', 'PDF', and 'Typst' Formats},
author = {Vincent Arel-Bundock},
note = {R package version 0.0.2.9002, https://github.com/vincentarelbundock/tinytable/},
url = {https://vincentarelbundock.github.io/tinytable/},
Expand Down
Binary file modified freeze.rds
Binary file not shown.
24 changes: 12 additions & 12 deletions man/format_tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -431,9 +431,9 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>tinytable_dhhvhm8ks6gs7rnie4h3</title>
<title>tinytable_xwlb5sjsu2g66lnyqo7k</title>
<style>
.table td.tinytable_css_ng5c583mupxvuiw2o82o, .table th.tinytable_css_ng5c583mupxvuiw2o82o { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_5d7i6xev1c07rgjhwkgm, .table th.tinytable_css_5d7i6xev1c07rgjhwkgm { border-bottom: solid 0.1em #d3d8dc; }
</style>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async="" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
Expand All @@ -451,7 +451,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>


<div class="container">
<table class="table table-borderless" id="tinytable_dhhvhm8ks6gs7rnie4h3" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_xwlb5sjsu2g66lnyqo7k" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>

<tr>
Expand All @@ -462,37 +462,37 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>

<tbody>
<tr>
<td>10 000</td>
<td>10 001</td>
<td>10 000</td>
</tr>
<tr>
<td>10 000</td>
<td> 9 999</td>
<td>10 000</td>
</tr>
<tr>
<td> 9 999</td>
<td>10 001</td>
<td>10 000</td>
<td>10 000</td>
</tr>
</tbody>
</table>
</div>

<script>
function styleCell_tinytable_qx4c7i2f12i84dazeewr(i, j, css_id) {
var table = document.getElementById("tinytable_dhhvhm8ks6gs7rnie4h3");
function styleCell_tinytable_624meu9yzs6qq6lqihm1(i, j, css_id) {
var table = document.getElementById("tinytable_xwlb5sjsu2g66lnyqo7k");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_dhhvhm8ks6gs7rnie4h3');
var table = document.getElementById('tinytable_xwlb5sjsu2g66lnyqo7k');
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;
}
window.addEventListener('load', function () { styleCell_tinytable_qx4c7i2f12i84dazeewr(0, 0, 'tinytable_css_ng5c583mupxvuiw2o82o') })
window.addEventListener('load', function () { styleCell_tinytable_qx4c7i2f12i84dazeewr(0, 1, 'tinytable_css_ng5c583mupxvuiw2o82o') })
window.addEventListener('load', function () { styleCell_tinytable_624meu9yzs6qq6lqihm1(0, 0, 'tinytable_css_5d7i6xev1c07rgjhwkgm') })
window.addEventListener('load', function () { styleCell_tinytable_624meu9yzs6qq6lqihm1(0, 1, 'tinytable_css_5d7i6xev1c07rgjhwkgm') })
</script>


Expand Down
62 changes: 31 additions & 31 deletions man/group_tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -351,11 +351,11 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>tinytable_vgt0hdthoaiypxougdy7</title>
<title>tinytable_9ob0actkd5gi2ek5comd</title>
<style>
.table td.tinytable_css_vbvwib8jc1lxg8xevson, .table th.tinytable_css_vbvwib8jc1lxg8xevson { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_hirpatzesqx622w7ia1j, .table th.tinytable_css_hirpatzesqx622w7ia1j { padding-left: 1em; }
.table td.tinytable_css_zz8ru82fsfu5a2ge2eof, .table th.tinytable_css_zz8ru82fsfu5a2ge2eof { text-align: center; }
.table td.tinytable_css_9hme49zvmnyw6en1j6qa, .table th.tinytable_css_9hme49zvmnyw6en1j6qa { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_vuohmyb4jse2al2umnr1, .table th.tinytable_css_vuohmyb4jse2al2umnr1 { padding-left: 1em; }
.table td.tinytable_css_vm1tzk1dudpee2ttnywj, .table th.tinytable_css_vm1tzk1dudpee2ttnywj { text-align: center; }
</style>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async="" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
Expand All @@ -373,7 +373,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>


<div class="container">
<table class="table table-borderless" id="tinytable_vgt0hdthoaiypxougdy7" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-borderless" id="tinytable_9ob0actkd5gi2ek5comd" style="width: auto; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>
<tr><th scope="col" align="center" colspan="1"> </th>
<th scope="col" align="center" colspan="2">Foo</th>
Expand Down Expand Up @@ -464,41 +464,41 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
</div>

<script>
function styleCell_tinytable_nz0gjnciw38vsnhg8snu(i, j, css_id) {
var table = document.getElementById("tinytable_vgt0hdthoaiypxougdy7");
function styleCell_tinytable_5eyqkghgmn7qtuyqkvvd(i, j, css_id) {
var table = document.getElementById("tinytable_9ob0actkd5gi2ek5comd");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow_i45ei0qkeek76q42kjcm(i, colspan, content) {
var table = document.getElementById('tinytable_vgt0hdthoaiypxougdy7');
function insertSpanRow_r73lwyd68nkqs1tlmrow(i, colspan, content) {
var table = document.getElementById('tinytable_9ob0actkd5gi2ek5comd');
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;
}
window.addEventListener('load', function () { styleCell_tinytable_nz0gjnciw38vsnhg8snu(1, 0, 'tinytable_css_vbvwib8jc1lxg8xevson') })
window.addEventListener('load', function () { styleCell_tinytable_nz0gjnciw38vsnhg8snu(1, 1, 'tinytable_css_vbvwib8jc1lxg8xevson') })
window.addEventListener('load', function () { styleCell_tinytable_nz0gjnciw38vsnhg8snu(1, 2, 'tinytable_css_vbvwib8jc1lxg8xevson') })
window.addEventListener('load', function () { styleCell_tinytable_nz0gjnciw38vsnhg8snu(1, 3, 'tinytable_css_vbvwib8jc1lxg8xevson') })
window.addEventListener('load', function () { styleCell_tinytable_nz0gjnciw38vsnhg8snu(1, 4, 'tinytable_css_vbvwib8jc1lxg8xevson') })
window.addEventListener('load', function () { insertSpanRow_i45ei0qkeek76q42kjcm(9, 5, 'World') });
window.addEventListener('load', function () { insertSpanRow_i45ei0qkeek76q42kjcm(4, 5, 'Hello') });
window.addEventListener('load', function () { styleCell_tinytable_nz0gjnciw38vsnhg8snu(2, 0, 'tinytable_css_hirpatzesqx622w7ia1j') })
window.addEventListener('load', function () { styleCell_tinytable_nz0gjnciw38vsnhg8snu(3, 0, 'tinytable_css_hirpatzesqx622w7ia1j') })
window.addEventListener('load', function () { styleCell_tinytable_nz0gjnciw38vsnhg8snu(5, 0, 'tinytable_css_hirpatzesqx622w7ia1j') })
window.addEventListener('load', function () { styleCell_tinytable_nz0gjnciw38vsnhg8snu(6, 0, 'tinytable_css_hirpatzesqx622w7ia1j') })
window.addEventListener('load', function () { styleCell_tinytable_nz0gjnciw38vsnhg8snu(7, 0, 'tinytable_css_hirpatzesqx622w7ia1j') })
window.addEventListener('load', function () { styleCell_tinytable_nz0gjnciw38vsnhg8snu(8, 0, 'tinytable_css_hirpatzesqx622w7ia1j') })
window.addEventListener('load', function () { styleCell_tinytable_nz0gjnciw38vsnhg8snu(9, 0, 'tinytable_css_hirpatzesqx622w7ia1j') })
window.addEventListener('load', function () { styleCell_tinytable_nz0gjnciw38vsnhg8snu(11, 0, 'tinytable_css_hirpatzesqx622w7ia1j') })
window.addEventListener('load', function () { styleCell_tinytable_nz0gjnciw38vsnhg8snu(12, 0, 'tinytable_css_hirpatzesqx622w7ia1j') })
window.addEventListener('load', function () { styleCell_tinytable_nz0gjnciw38vsnhg8snu(13, 0, 'tinytable_css_hirpatzesqx622w7ia1j') })
window.addEventListener('load', function () { styleCell_tinytable_nz0gjnciw38vsnhg8snu(0, 0, 'tinytable_css_zz8ru82fsfu5a2ge2eof') })
window.addEventListener('load', function () { styleCell_tinytable_nz0gjnciw38vsnhg8snu(0, 1, 'tinytable_css_zz8ru82fsfu5a2ge2eof') })
window.addEventListener('load', function () { styleCell_tinytable_nz0gjnciw38vsnhg8snu(0, 2, 'tinytable_css_zz8ru82fsfu5a2ge2eof') })
window.addEventListener('load', function () { styleCell_tinytable_nz0gjnciw38vsnhg8snu(0, 3, 'tinytable_css_zz8ru82fsfu5a2ge2eof') })
window.addEventListener('load', function () { styleCell_tinytable_nz0gjnciw38vsnhg8snu(0, 4, 'tinytable_css_zz8ru82fsfu5a2ge2eof') })
window.addEventListener('load', function () { styleCell_tinytable_5eyqkghgmn7qtuyqkvvd(1, 0, 'tinytable_css_9hme49zvmnyw6en1j6qa') })
window.addEventListener('load', function () { styleCell_tinytable_5eyqkghgmn7qtuyqkvvd(1, 1, 'tinytable_css_9hme49zvmnyw6en1j6qa') })
window.addEventListener('load', function () { styleCell_tinytable_5eyqkghgmn7qtuyqkvvd(1, 2, 'tinytable_css_9hme49zvmnyw6en1j6qa') })
window.addEventListener('load', function () { styleCell_tinytable_5eyqkghgmn7qtuyqkvvd(1, 3, 'tinytable_css_9hme49zvmnyw6en1j6qa') })
window.addEventListener('load', function () { styleCell_tinytable_5eyqkghgmn7qtuyqkvvd(1, 4, 'tinytable_css_9hme49zvmnyw6en1j6qa') })
window.addEventListener('load', function () { insertSpanRow_r73lwyd68nkqs1tlmrow(9, 5, 'World') });
window.addEventListener('load', function () { insertSpanRow_r73lwyd68nkqs1tlmrow(4, 5, 'Hello') });
window.addEventListener('load', function () { styleCell_tinytable_5eyqkghgmn7qtuyqkvvd(2, 0, 'tinytable_css_vuohmyb4jse2al2umnr1') })
window.addEventListener('load', function () { styleCell_tinytable_5eyqkghgmn7qtuyqkvvd(3, 0, 'tinytable_css_vuohmyb4jse2al2umnr1') })
window.addEventListener('load', function () { styleCell_tinytable_5eyqkghgmn7qtuyqkvvd(5, 0, 'tinytable_css_vuohmyb4jse2al2umnr1') })
window.addEventListener('load', function () { styleCell_tinytable_5eyqkghgmn7qtuyqkvvd(6, 0, 'tinytable_css_vuohmyb4jse2al2umnr1') })
window.addEventListener('load', function () { styleCell_tinytable_5eyqkghgmn7qtuyqkvvd(7, 0, 'tinytable_css_vuohmyb4jse2al2umnr1') })
window.addEventListener('load', function () { styleCell_tinytable_5eyqkghgmn7qtuyqkvvd(8, 0, 'tinytable_css_vuohmyb4jse2al2umnr1') })
window.addEventListener('load', function () { styleCell_tinytable_5eyqkghgmn7qtuyqkvvd(9, 0, 'tinytable_css_vuohmyb4jse2al2umnr1') })
window.addEventListener('load', function () { styleCell_tinytable_5eyqkghgmn7qtuyqkvvd(11, 0, 'tinytable_css_vuohmyb4jse2al2umnr1') })
window.addEventListener('load', function () { styleCell_tinytable_5eyqkghgmn7qtuyqkvvd(12, 0, 'tinytable_css_vuohmyb4jse2al2umnr1') })
window.addEventListener('load', function () { styleCell_tinytable_5eyqkghgmn7qtuyqkvvd(13, 0, 'tinytable_css_vuohmyb4jse2al2umnr1') })
window.addEventListener('load', function () { styleCell_tinytable_5eyqkghgmn7qtuyqkvvd(0, 0, 'tinytable_css_vm1tzk1dudpee2ttnywj') })
window.addEventListener('load', function () { styleCell_tinytable_5eyqkghgmn7qtuyqkvvd(0, 1, 'tinytable_css_vm1tzk1dudpee2ttnywj') })
window.addEventListener('load', function () { styleCell_tinytable_5eyqkghgmn7qtuyqkvvd(0, 2, 'tinytable_css_vm1tzk1dudpee2ttnywj') })
window.addEventListener('load', function () { styleCell_tinytable_5eyqkghgmn7qtuyqkvvd(0, 3, 'tinytable_css_vm1tzk1dudpee2ttnywj') })
window.addEventListener('load', function () { styleCell_tinytable_5eyqkghgmn7qtuyqkvvd(0, 4, 'tinytable_css_vm1tzk1dudpee2ttnywj') })
</script>


Expand Down
7 changes: 2 additions & 5 deletions man/save_tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -304,13 +304,10 @@ <h3 class="anchored" data-anchor-id="arguments">Arguments</h3>
<p>String or file path.</p>
<ul>
<li>
<p>If <code>output</code> is "markdown", "latex", or "html", the table is returned in a string as an <code>R</code> object.</p>
<p>If <code>output</code> is "markdown", "latex", "html", or "typst", the table is returned in a string as an <code>R</code> object.</p>
</li>
<li>
<p>If <code>output</code> is a valid file path, the table is saved to file. The supported extensions are: .docx, .html, .png, .pdf, .tex and .md (with aliases .txt, .Rmd and .qmd).</p>
</li>
<li>
<p>Warning: <code>style_tt()</code> does not work for Markdown or Word tables.</p>
<p>If <code>output</code> is a valid file path, the table is saved to file. The supported extensions are: .docx, .html, .png, .pdf, .tex, .typ, and .md (with aliases .txt, .Rmd and .qmd).</p>
</li>
</ul>
</td>
Expand Down
Loading

0 comments on commit 309d31f

Please sign in to comment.