Skip to content

Commit

Permalink
Deploying to gh-pages from @ 49fe22e 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Feb 10, 2024
1 parent 2daa159 commit 59c2ded
Show file tree
Hide file tree
Showing 36 changed files with 1,781 additions and 1,781 deletions.
2 changes: 1 addition & 1 deletion NEWS.html
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ <h2 class="anchored" data-anchor-id="development">Development</h2>
<li><code>j</code> argument in <code>style_tt()</code> and <code>format_tt()</code> now accepts a string vector to match columns. Issue <a href="https://github.com/vincentarelbundock/tinytable//issues/122">#122</a></li>
<li>Line plots: <code>plot_tt(fun = "line")</code></li>
<li><code>format_tt(j=NULL, escape=TRUE)</code> now escapes column headers in addition to all cells.</li>
<li><code>format_tt()</code> gains a <code>na</code> argument to replace missing values.</li>
<li><code>format_tt()</code> gains a <code>replace_na</code> argument to replace missing values.</li>
<li><code>style_tt()</code>: <code>rowspan</code> and <code>colspan</code> arguments are now supported in all formats except Typst. In markdown and Word, we get “pseudo-spans” with empty cells around the main cell, instead of true merged cells.</li>
<li><code>style_tt()</code>: <code>alignv</code> argument is now supported for LaTeX and HTML</li>
</ul>
Expand Down
Binary file modified freeze.rds
Binary file not shown.
30 changes: 15 additions & 15 deletions man/format_tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ <h3 class="anchored" data-anchor-id="usage">Usage</h3>
date = "%Y-%m-%d",
bool = function(column) tools::toTitleCase(tolower(column)),
other = as.character,
na = "",
replace_na = "",
escape = FALSE,
markdown = FALSE,
sprintf = NULL
Expand Down Expand Up @@ -415,7 +415,7 @@ <h3 class="anchored" data-anchor-id="arguments">Arguments</h3>
</tr>
<tr>
<td style="white-space: nowrap; font-family: monospace; vertical-align: top">
<code id="format_tt_:_na">na</code>
<code id="format_tt_:_replace_na">replace_na</code>
</td>
<td>
String to display for missing values.
Expand Down Expand Up @@ -470,9 +470,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_991ld2hq8rnnc5ngb4tu</title>
<title>tinytable_2fmpaue9e1m7uikh0gnt</title>
<style>
.table td.tinytable_css_ih45u0s2vgiq43ktf48x, .table th.tinytable_css_ih45u0s2vgiq43ktf48x { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_rqzll2oukn1gopbrs2ss, .table th.tinytable_css_rqzll2oukn1gopbrs2ss { 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 @@ -490,7 +490,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>


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

<tr>
Expand All @@ -502,27 +502,27 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
<tbody>
<tr>
<td> 9 999</td>
<td>10 001</td>
<td>10 000</td>
</tr>
<tr>
<td>10 000</td>
<td>10 001</td>
<td>10 000</td>
</tr>
<tr>
<td>10 002</td>
<td>10 002</td>
<td>10 000</td>
<td>10 001</td>
</tr>
</tbody>
</table>
</div>

<script>
function styleCell_tinytable_n11un3zfxp8rmtixo8vd(i, j, css_id) {
var table = document.getElementById("tinytable_991ld2hq8rnnc5ngb4tu");
function styleCell_tinytable_p08vhifwl8sjvnz4zayz(i, j, css_id) {
var table = document.getElementById("tinytable_2fmpaue9e1m7uikh0gnt");
table.rows[i].cells[j].classList.add(css_id);
}
function spanCell_tinytable_n11un3zfxp8rmtixo8vd(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_991ld2hq8rnnc5ngb4tu");
function spanCell_tinytable_p08vhifwl8sjvnz4zayz(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_2fmpaue9e1m7uikh0gnt");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand All @@ -549,8 +549,8 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
targetCell.colSpan = colspan;
}

window.addEventListener('load', function () { styleCell_tinytable_n11un3zfxp8rmtixo8vd(0, 0, 'tinytable_css_ih45u0s2vgiq43ktf48x') })
window.addEventListener('load', function () { styleCell_tinytable_n11un3zfxp8rmtixo8vd(0, 1, 'tinytable_css_ih45u0s2vgiq43ktf48x') })
window.addEventListener('load', function () { styleCell_tinytable_p08vhifwl8sjvnz4zayz(0, 0, 'tinytable_css_rqzll2oukn1gopbrs2ss') })
window.addEventListener('load', function () { styleCell_tinytable_p08vhifwl8sjvnz4zayz(0, 1, 'tinytable_css_rqzll2oukn1gopbrs2ss') })
</script>


Expand Down
80 changes: 40 additions & 40 deletions man/group_tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -369,13 +369,13 @@ <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_sy63mlcsgeh1c5xms2jv</title>
<title>tinytable_6exrwuhbnw5a13g9v7f0</title>
<style>
.table td.tinytable_css_fdx30mignj2w5z9h16ev, .table th.tinytable_css_fdx30mignj2w5z9h16ev { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_32356bc6f3zilud1qju0, .table th.tinytable_css_32356bc6f3zilud1qju0 { text-align: center; }
.table td.tinytable_css_uie8crczwffjcx4r5ra8, .table th.tinytable_css_uie8crczwffjcx4r5ra8 { border-bottom: solid 0.05em #d3d8dc; }
.table td.tinytable_css_xenhheozp2u3u88xudco, .table th.tinytable_css_xenhheozp2u3u88xudco { padding-left: 1em; }
.table td.tinytable_css_bbwr16mjcybrdg3zxj6v, .table th.tinytable_css_bbwr16mjcybrdg3zxj6v { text-align: center; }
.table td.tinytable_css_ttqr3xer4z6tjsgv5pza, .table th.tinytable_css_ttqr3xer4z6tjsgv5pza { border-bottom: solid 0.1em #d3d8dc; }
.table td.tinytable_css_6xpj4t0xlawpc4l80mwn, .table th.tinytable_css_6xpj4t0xlawpc4l80mwn { text-align: center; }
.table td.tinytable_css_8uquxiqtj1n04q7775g7, .table th.tinytable_css_8uquxiqtj1n04q7775g7 { border-bottom: solid 0.05em #d3d8dc; }
.table td.tinytable_css_1uerpor015k0e66m9xzh, .table th.tinytable_css_1uerpor015k0e66m9xzh { padding-left: 1em; }
.table td.tinytable_css_a09xeyxtr0mvx787zqmi, .table th.tinytable_css_a09xeyxtr0mvx787zqmi { 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 @@ -393,7 +393,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>


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

<script>
function styleCell_tinytable_u1ykjwnqir2rxay7yezq(i, j, css_id) {
var table = document.getElementById("tinytable_sy63mlcsgeh1c5xms2jv");
function styleCell_tinytable_kk0dnufdkwbn077auw44(i, j, css_id) {
var table = document.getElementById("tinytable_6exrwuhbnw5a13g9v7f0");
table.rows[i].cells[j].classList.add(css_id);
}
function spanCell_tinytable_u1ykjwnqir2rxay7yezq(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_sy63mlcsgeh1c5xms2jv");
function spanCell_tinytable_kk0dnufdkwbn077auw44(i, j, rowspan, colspan) {
var table = document.getElementById("tinytable_6exrwuhbnw5a13g9v7f0");
const targetRow = table.rows[i];
const targetCell = targetRow.cells[j];
for (let r = 0; r < rowspan; r++) {
Expand All @@ -518,35 +518,35 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>
targetCell.colSpan = colspan;
}

window.addEventListener('load', function () { styleCell_tinytable_u1ykjwnqir2rxay7yezq(1, 0, 'tinytable_css_fdx30mignj2w5z9h16ev') })
window.addEventListener('load', function () { styleCell_tinytable_u1ykjwnqir2rxay7yezq(1, 1, 'tinytable_css_fdx30mignj2w5z9h16ev') })
window.addEventListener('load', function () { styleCell_tinytable_u1ykjwnqir2rxay7yezq(1, 2, 'tinytable_css_fdx30mignj2w5z9h16ev') })
window.addEventListener('load', function () { styleCell_tinytable_u1ykjwnqir2rxay7yezq(1, 3, 'tinytable_css_fdx30mignj2w5z9h16ev') })
window.addEventListener('load', function () { styleCell_tinytable_u1ykjwnqir2rxay7yezq(1, 4, 'tinytable_css_fdx30mignj2w5z9h16ev') })
window.addEventListener('load', function () { styleCell_tinytable_u1ykjwnqir2rxay7yezq(0, 0, 'tinytable_css_32356bc6f3zilud1qju0') })
window.addEventListener('load', function () { styleCell_tinytable_u1ykjwnqir2rxay7yezq(0, 1, 'tinytable_css_32356bc6f3zilud1qju0') })
window.addEventListener('load', function () { styleCell_tinytable_u1ykjwnqir2rxay7yezq(0, 2, 'tinytable_css_32356bc6f3zilud1qju0') })
window.addEventListener('load', function () { styleCell_tinytable_u1ykjwnqir2rxay7yezq(0, 3, 'tinytable_css_32356bc6f3zilud1qju0') })
window.addEventListener('load', function () { styleCell_tinytable_u1ykjwnqir2rxay7yezq(0, 4, 'tinytable_css_32356bc6f3zilud1qju0') })
window.addEventListener('load', function () { styleCell_tinytable_u1ykjwnqir2rxay7yezq(0, 1, 'tinytable_css_uie8crczwffjcx4r5ra8') })
window.addEventListener('load', function () { styleCell_tinytable_u1ykjwnqir2rxay7yezq(0, 2, 'tinytable_css_uie8crczwffjcx4r5ra8') })
window.addEventListener('load', function () { insertSpanRow_4fzbgozqqtt9wjszq204(9, 5, 'World') });
window.addEventListener('load', function () { insertSpanRow_4fzbgozqqtt9wjszq204(4, 5, 'Hello') });
window.addEventListener('load', function () { styleCell_tinytable_u1ykjwnqir2rxay7yezq(2, 0, 'tinytable_css_xenhheozp2u3u88xudco') })
window.addEventListener('load', function () { styleCell_tinytable_u1ykjwnqir2rxay7yezq(3, 0, 'tinytable_css_xenhheozp2u3u88xudco') })
window.addEventListener('load', function () { styleCell_tinytable_u1ykjwnqir2rxay7yezq(5, 0, 'tinytable_css_xenhheozp2u3u88xudco') })
window.addEventListener('load', function () { styleCell_tinytable_u1ykjwnqir2rxay7yezq(6, 0, 'tinytable_css_xenhheozp2u3u88xudco') })
window.addEventListener('load', function () { styleCell_tinytable_u1ykjwnqir2rxay7yezq(7, 0, 'tinytable_css_xenhheozp2u3u88xudco') })
window.addEventListener('load', function () { styleCell_tinytable_u1ykjwnqir2rxay7yezq(8, 0, 'tinytable_css_xenhheozp2u3u88xudco') })
window.addEventListener('load', function () { styleCell_tinytable_u1ykjwnqir2rxay7yezq(9, 0, 'tinytable_css_xenhheozp2u3u88xudco') })
window.addEventListener('load', function () { styleCell_tinytable_u1ykjwnqir2rxay7yezq(11, 0, 'tinytable_css_xenhheozp2u3u88xudco') })
window.addEventListener('load', function () { styleCell_tinytable_u1ykjwnqir2rxay7yezq(12, 0, 'tinytable_css_xenhheozp2u3u88xudco') })
window.addEventListener('load', function () { styleCell_tinytable_u1ykjwnqir2rxay7yezq(13, 0, 'tinytable_css_xenhheozp2u3u88xudco') })
window.addEventListener('load', function () { styleCell_tinytable_u1ykjwnqir2rxay7yezq(0, 0, 'tinytable_css_bbwr16mjcybrdg3zxj6v') })
window.addEventListener('load', function () { styleCell_tinytable_u1ykjwnqir2rxay7yezq(0, 1, 'tinytable_css_bbwr16mjcybrdg3zxj6v') })
window.addEventListener('load', function () { styleCell_tinytable_u1ykjwnqir2rxay7yezq(0, 2, 'tinytable_css_bbwr16mjcybrdg3zxj6v') })
window.addEventListener('load', function () { styleCell_tinytable_u1ykjwnqir2rxay7yezq(0, 3, 'tinytable_css_bbwr16mjcybrdg3zxj6v') })
window.addEventListener('load', function () { styleCell_tinytable_u1ykjwnqir2rxay7yezq(0, 4, 'tinytable_css_bbwr16mjcybrdg3zxj6v') })
window.addEventListener('load', function () { styleCell_tinytable_kk0dnufdkwbn077auw44(1, 0, 'tinytable_css_ttqr3xer4z6tjsgv5pza') })
window.addEventListener('load', function () { styleCell_tinytable_kk0dnufdkwbn077auw44(1, 1, 'tinytable_css_ttqr3xer4z6tjsgv5pza') })
window.addEventListener('load', function () { styleCell_tinytable_kk0dnufdkwbn077auw44(1, 2, 'tinytable_css_ttqr3xer4z6tjsgv5pza') })
window.addEventListener('load', function () { styleCell_tinytable_kk0dnufdkwbn077auw44(1, 3, 'tinytable_css_ttqr3xer4z6tjsgv5pza') })
window.addEventListener('load', function () { styleCell_tinytable_kk0dnufdkwbn077auw44(1, 4, 'tinytable_css_ttqr3xer4z6tjsgv5pza') })
window.addEventListener('load', function () { styleCell_tinytable_kk0dnufdkwbn077auw44(0, 0, 'tinytable_css_6xpj4t0xlawpc4l80mwn') })
window.addEventListener('load', function () { styleCell_tinytable_kk0dnufdkwbn077auw44(0, 1, 'tinytable_css_6xpj4t0xlawpc4l80mwn') })
window.addEventListener('load', function () { styleCell_tinytable_kk0dnufdkwbn077auw44(0, 2, 'tinytable_css_6xpj4t0xlawpc4l80mwn') })
window.addEventListener('load', function () { styleCell_tinytable_kk0dnufdkwbn077auw44(0, 3, 'tinytable_css_6xpj4t0xlawpc4l80mwn') })
window.addEventListener('load', function () { styleCell_tinytable_kk0dnufdkwbn077auw44(0, 4, 'tinytable_css_6xpj4t0xlawpc4l80mwn') })
window.addEventListener('load', function () { styleCell_tinytable_kk0dnufdkwbn077auw44(0, 1, 'tinytable_css_8uquxiqtj1n04q7775g7') })
window.addEventListener('load', function () { styleCell_tinytable_kk0dnufdkwbn077auw44(0, 2, 'tinytable_css_8uquxiqtj1n04q7775g7') })
window.addEventListener('load', function () { insertSpanRow_mkjx3tymt0zv5s96dsqm(9, 5, 'World') });
window.addEventListener('load', function () { insertSpanRow_mkjx3tymt0zv5s96dsqm(4, 5, 'Hello') });
window.addEventListener('load', function () { styleCell_tinytable_kk0dnufdkwbn077auw44(2, 0, 'tinytable_css_1uerpor015k0e66m9xzh') })
window.addEventListener('load', function () { styleCell_tinytable_kk0dnufdkwbn077auw44(3, 0, 'tinytable_css_1uerpor015k0e66m9xzh') })
window.addEventListener('load', function () { styleCell_tinytable_kk0dnufdkwbn077auw44(5, 0, 'tinytable_css_1uerpor015k0e66m9xzh') })
window.addEventListener('load', function () { styleCell_tinytable_kk0dnufdkwbn077auw44(6, 0, 'tinytable_css_1uerpor015k0e66m9xzh') })
window.addEventListener('load', function () { styleCell_tinytable_kk0dnufdkwbn077auw44(7, 0, 'tinytable_css_1uerpor015k0e66m9xzh') })
window.addEventListener('load', function () { styleCell_tinytable_kk0dnufdkwbn077auw44(8, 0, 'tinytable_css_1uerpor015k0e66m9xzh') })
window.addEventListener('load', function () { styleCell_tinytable_kk0dnufdkwbn077auw44(9, 0, 'tinytable_css_1uerpor015k0e66m9xzh') })
window.addEventListener('load', function () { styleCell_tinytable_kk0dnufdkwbn077auw44(11, 0, 'tinytable_css_1uerpor015k0e66m9xzh') })
window.addEventListener('load', function () { styleCell_tinytable_kk0dnufdkwbn077auw44(12, 0, 'tinytable_css_1uerpor015k0e66m9xzh') })
window.addEventListener('load', function () { styleCell_tinytable_kk0dnufdkwbn077auw44(13, 0, 'tinytable_css_1uerpor015k0e66m9xzh') })
window.addEventListener('load', function () { styleCell_tinytable_kk0dnufdkwbn077auw44(0, 0, 'tinytable_css_a09xeyxtr0mvx787zqmi') })
window.addEventListener('load', function () { styleCell_tinytable_kk0dnufdkwbn077auw44(0, 1, 'tinytable_css_a09xeyxtr0mvx787zqmi') })
window.addEventListener('load', function () { styleCell_tinytable_kk0dnufdkwbn077auw44(0, 2, 'tinytable_css_a09xeyxtr0mvx787zqmi') })
window.addEventListener('load', function () { styleCell_tinytable_kk0dnufdkwbn077auw44(0, 3, 'tinytable_css_a09xeyxtr0mvx787zqmi') })
window.addEventListener('load', function () { styleCell_tinytable_kk0dnufdkwbn077auw44(0, 4, 'tinytable_css_a09xeyxtr0mvx787zqmi') })
</script>


Expand Down
Loading

0 comments on commit 59c2ded

Please sign in to comment.