Skip to content

Commit

Permalink
Deploying to gh-pages from @ 906b93c 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Jan 16, 2024
1 parent ae727b1 commit b6b321d
Show file tree
Hide file tree
Showing 7 changed files with 955 additions and 955 deletions.
Binary file modified freeze.rds
Binary file not shown.
4 changes: 2 additions & 2 deletions man/save_tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ <h2 id="toc-title">On this page</h2>
<h2 class="unnumbered anchored" data-anchor-id="save-a-tiny-table-to-file">Save a Tiny Table to File</h2>
<section id="description" class="level3">
<h3 class="anchored" data-anchor-id="description">Description</h3>
<p>This function saves an object of class tinytable to a specified file, with an option to overwrite existing files.</p>
<p>This function saves an object of class tinytable to a specified file and format, with an option to overwrite existing files.</p>
</section>
<section id="usage" class="level3">
<h3 class="anchored" data-anchor-id="usage">Usage</h3>
Expand All @@ -283,7 +283,7 @@ <h3 class="anchored" data-anchor-id="arguments">Arguments</h3>
<code id="save_tt_:_filename">filename</code>
</td>
<td>
A string representing the path to the file where the object should be saved.
A string representing the path to the file where the object should be saved. The supported file formats are: .html, .png, .md, .pdf, and .tex.
</td>
</tr>
<tr>
Expand Down
4 changes: 2 additions & 2 deletions man/style_tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -455,8 +455,8 @@ <h3 class="anchored" data-anchor-id="latex-preamble">LaTeX preamble</h3>
\usepackage{codehigh}
\usepackage[normalem]{ulem}
\UseTblrLibrary{booktabs}
\newcommand{\tinytableTabularrayUnderline}[1]{\underline{#1}}",
\newcommand{\tinytableTabularrayStrikeout}[1]{\sout{#1}}",
\newcommand{\tinytableTabularrayUnderline}[1]{\underline{#1}}
\newcommand{\tinytableTabularrayStrikeout}[1]{\sout{#1}}
\NewTableCommand{\tinytableDefineColor}[3]{\definecolor{#1}{#2}{#3}}
</pre>
</div>
Expand Down
124 changes: 62 additions & 62 deletions man/tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,8 @@ <h3 class="anchored" data-anchor-id="latex-preamble">LaTeX preamble</h3>
\usepackage{codehigh}
\usepackage[normalem]{ulem}
\UseTblrLibrary{booktabs}
\newcommand{\tinytableTabularrayUnderline}[1]{\underline{#1}}",
\newcommand{\tinytableTabularrayStrikeout}[1]{\sout{#1}}",
\newcommand{\tinytableTabularrayUnderline}[1]{\underline{#1}}
\newcommand{\tinytableTabularrayStrikeout}[1]{\sout{#1}}
\NewTableCommand{\tinytableDefineColor}[3]{\definecolor{#1}{#2}{#3}}
</pre>
</div>
Expand All @@ -393,7 +393,7 @@ <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_wuez726mn56i8q83xzs5</title>
<title>tinytable_w2dux8q1iw8uemh0jdzt</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
</style>
Expand All @@ -413,7 +413,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>


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

<tr>
Expand Down Expand Up @@ -460,12 +460,12 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script>
function styleCell_wuez726mn56i8q83xzs5(i, j, css_id) {
var table = document.getElementById("tinytable_wuez726mn56i8q83xzs5");
function styleCell_w2dux8q1iw8uemh0jdzt(i, j, css_id) {
var table = document.getElementById("tinytable_w2dux8q1iw8uemh0jdzt");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_wuez726mn56i8q83xzs5');
var table = document.getElementById('tinytable_w2dux8q1iw8uemh0jdzt');
var newRow = table.insertRow(i);
var newCell = newRow.insertCell(0);
newCell.setAttribute("colspan", colspan);
Expand All @@ -490,34 +490,34 @@ <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_v7mphnhvjpvl4u8w5gp6</title>
<title>tinytable_rtatudbgakq1dw7s50qv</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
.table td.tinytable_css_epc0s596gjmewvcmsjbw, th.tinytable_css_epc0s596gjmewvcmsjbw { text-align: center; }
.table td.tinytable_css_6pk0hhsr0xakx27t4let, th.tinytable_css_6pk0hhsr0xakx27t4let { text-align: center; }
.table td.tinytable_css_vtzlgljg3yy7ymy22y00, th.tinytable_css_vtzlgljg3yy7ymy22y00 { text-align: center; }
.table td.tinytable_css_hykrgxqtzzpnzp4qd8up, th.tinytable_css_hykrgxqtzzpnzp4qd8up { text-align: center; }
.table td.tinytable_css_41cjjjp4nnno7cex1ki3, th.tinytable_css_41cjjjp4nnno7cex1ki3 { text-align: center; }
.table td.tinytable_css_pymzwjftwub10kciqt0p, th.tinytable_css_pymzwjftwub10kciqt0p { text-align: center; }
.table td.tinytable_css_u4t1ha39be271q8d2n2s, th.tinytable_css_u4t1ha39be271q8d2n2s { text-align: center; }
.table td.tinytable_css_fmz86bqr79yslxztsid5, th.tinytable_css_fmz86bqr79yslxztsid5 { text-align: center; }
.table td.tinytable_css_ykxbu27l4c3jpksx5ert, th.tinytable_css_ykxbu27l4c3jpksx5ert { text-align: center; }
.table td.tinytable_css_qg5w89ppxs1zho73oa5r, th.tinytable_css_qg5w89ppxs1zho73oa5r { text-align: center; }
.table td.tinytable_css_1m57bfqslatzemn3mi9l, th.tinytable_css_1m57bfqslatzemn3mi9l { text-align: right; }
.table td.tinytable_css_so1e65hol6ne0hhn11k0, th.tinytable_css_so1e65hol6ne0hhn11k0 { text-align: right; }
.table td.tinytable_css_fjcpp0jxdvp3v2lrniwb, th.tinytable_css_fjcpp0jxdvp3v2lrniwb { text-align: right; }
.table td.tinytable_css_b97neampwhfk4fh0foo0, th.tinytable_css_b97neampwhfk4fh0foo0 { text-align: right; }
.table td.tinytable_css_ee1h8ws1mrl6er4sl2qc, th.tinytable_css_ee1h8ws1mrl6er4sl2qc { text-align: right; }
.table td.tinytable_css_vzl914guhvd1o0r10jkk, th.tinytable_css_vzl914guhvd1o0r10jkk { text-align: right; }
.table td.tinytable_css_fms1t2eruagf8y7ld3fu, th.tinytable_css_fms1t2eruagf8y7ld3fu { text-align: right; }
.table td.tinytable_css_mae7fac8uf57lwoqqu6t, th.tinytable_css_mae7fac8uf57lwoqqu6t { text-align: right; }
.table td.tinytable_css_esgywi1v84h0n657ccv3, th.tinytable_css_esgywi1v84h0n657ccv3 { text-align: right; }
.table td.tinytable_css_3yjm1zmm19l7mowe4qls, th.tinytable_css_3yjm1zmm19l7mowe4qls { text-align: right; }
.table td.tinytable_css_eqv23k23latjffs0qnep, th.tinytable_css_eqv23k23latjffs0qnep { text-align: left; }
.table td.tinytable_css_gj0plr15stykbwbhqbc9, th.tinytable_css_gj0plr15stykbwbhqbc9 { text-align: left; }
.table td.tinytable_css_lply9d39r44n53cvq0zr, th.tinytable_css_lply9d39r44n53cvq0zr { text-align: left; }
.table td.tinytable_css_vj5uoxezaq1b7rc6kcx1, th.tinytable_css_vj5uoxezaq1b7rc6kcx1 { text-align: left; }
.table td.tinytable_css_3cu9g1m0n6q9wbomx1tq, th.tinytable_css_3cu9g1m0n6q9wbomx1tq { text-align: left; }
.table td.tinytable_css_gbcyfze3pqjgee72nxbg, th.tinytable_css_gbcyfze3pqjgee72nxbg { text-align: center; }
.table td.tinytable_css_kwlx1mfqvpsgpij48ech, th.tinytable_css_kwlx1mfqvpsgpij48ech { text-align: center; }
.table td.tinytable_css_69fol61m9g6rquakoudr, th.tinytable_css_69fol61m9g6rquakoudr { text-align: center; }
.table td.tinytable_css_waa97u6qojc1chvcf5vd, th.tinytable_css_waa97u6qojc1chvcf5vd { text-align: center; }
.table td.tinytable_css_j0c693mq05xkimwaz1fr, th.tinytable_css_j0c693mq05xkimwaz1fr { text-align: center; }
.table td.tinytable_css_9o2kd4evdec3ug9mwvmn, th.tinytable_css_9o2kd4evdec3ug9mwvmn { text-align: center; }
.table td.tinytable_css_236jhtuj3itwqhc2cxjb, th.tinytable_css_236jhtuj3itwqhc2cxjb { text-align: center; }
.table td.tinytable_css_tf2d16xgks0o55n1seu5, th.tinytable_css_tf2d16xgks0o55n1seu5 { text-align: center; }
.table td.tinytable_css_2bru8n9ezjxzjbihyj5v, th.tinytable_css_2bru8n9ezjxzjbihyj5v { text-align: center; }
.table td.tinytable_css_0cmp2slji7rlrmrb57bz, th.tinytable_css_0cmp2slji7rlrmrb57bz { text-align: center; }
.table td.tinytable_css_s4wcxfdxjybginqpvil8, th.tinytable_css_s4wcxfdxjybginqpvil8 { text-align: right; }
.table td.tinytable_css_y0s563yhj5s3zu00xqc6, th.tinytable_css_y0s563yhj5s3zu00xqc6 { text-align: right; }
.table td.tinytable_css_hytyheu73tpbad29hzip, th.tinytable_css_hytyheu73tpbad29hzip { text-align: right; }
.table td.tinytable_css_vt0szqq00e9zu5zugpg2, th.tinytable_css_vt0szqq00e9zu5zugpg2 { text-align: right; }
.table td.tinytable_css_r915k1u1jhop3fd20bm7, th.tinytable_css_r915k1u1jhop3fd20bm7 { text-align: right; }
.table td.tinytable_css_prcoy651m69kfofpwo20, th.tinytable_css_prcoy651m69kfofpwo20 { text-align: right; }
.table td.tinytable_css_sq2onbwq8zg9p3jti1vk, th.tinytable_css_sq2onbwq8zg9p3jti1vk { text-align: right; }
.table td.tinytable_css_e4quv9cvc3a73ykwid7c, th.tinytable_css_e4quv9cvc3a73ykwid7c { text-align: right; }
.table td.tinytable_css_kurvsmpretcmyugr4njf, th.tinytable_css_kurvsmpretcmyugr4njf { text-align: right; }
.table td.tinytable_css_3swr3nb59uu4umz9m005, th.tinytable_css_3swr3nb59uu4umz9m005 { text-align: right; }
.table td.tinytable_css_lw3dypsswfof01gtek12, th.tinytable_css_lw3dypsswfof01gtek12 { text-align: left; }
.table td.tinytable_css_dhodndfimqr1tk8phaf4, th.tinytable_css_dhodndfimqr1tk8phaf4 { text-align: left; }
.table td.tinytable_css_7bira3ffp97f8nr78578, th.tinytable_css_7bira3ffp97f8nr78578 { text-align: left; }
.table td.tinytable_css_4diazv46xzqa3ir13dl7, th.tinytable_css_4diazv46xzqa3ir13dl7 { text-align: left; }
.table td.tinytable_css_1vmp0b7pey4w9g2anxo3, th.tinytable_css_1vmp0b7pey4w9g2anxo3 { text-align: left; }
</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 @@ -535,7 +535,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>


<div class="container">
<table class="table table-striped" id="tinytable_v7mphnhvjpvl4u8w5gp6" style="table-layout: fixed; width: 50% !important; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table table-striped" id="tinytable_rtatudbgakq1dw7s50qv" style="table-layout: fixed; width: 50% !important; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<thead>
</thead><caption>Data about cars.</caption>
<tbody><tr>
Expand Down Expand Up @@ -582,42 +582,42 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script>
function styleCell_tinytable_css_3cu9g1m0n6q9wbomx1tq(i, j, css_id) {
var table = document.getElementById("tinytable_v7mphnhvjpvl4u8w5gp6");
function styleCell_tinytable_css_1vmp0b7pey4w9g2anxo3(i, j, css_id) {
var table = document.getElementById("tinytable_rtatudbgakq1dw7s50qv");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_v7mphnhvjpvl4u8w5gp6');
var table = document.getElementById('tinytable_rtatudbgakq1dw7s50qv');
var newRow = table.insertRow(i);
var newCell = newRow.insertCell(0);
newCell.setAttribute("colspan", colspan);
newCell.innerText = content;
}
window.addEventListener('load', function () { styleCell_tinytable_css_3cu9g1m0n6q9wbomx1tq(1, 0, 'tinytable_css_epc0s596gjmewvcmsjbw') })
window.addEventListener('load', function () { styleCell_tinytable_css_3cu9g1m0n6q9wbomx1tq(2, 0, 'tinytable_css_6pk0hhsr0xakx27t4let') })
window.addEventListener('load', function () { styleCell_tinytable_css_3cu9g1m0n6q9wbomx1tq(3, 0, 'tinytable_css_vtzlgljg3yy7ymy22y00') })
window.addEventListener('load', function () { styleCell_tinytable_css_3cu9g1m0n6q9wbomx1tq(4, 0, 'tinytable_css_hykrgxqtzzpnzp4qd8up') })
window.addEventListener('load', function () { styleCell_tinytable_css_3cu9g1m0n6q9wbomx1tq(0, 0, 'tinytable_css_41cjjjp4nnno7cex1ki3') })
window.addEventListener('load', function () { styleCell_tinytable_css_3cu9g1m0n6q9wbomx1tq(1, 1, 'tinytable_css_pymzwjftwub10kciqt0p') })
window.addEventListener('load', function () { styleCell_tinytable_css_3cu9g1m0n6q9wbomx1tq(2, 1, 'tinytable_css_u4t1ha39be271q8d2n2s') })
window.addEventListener('load', function () { styleCell_tinytable_css_3cu9g1m0n6q9wbomx1tq(3, 1, 'tinytable_css_fmz86bqr79yslxztsid5') })
window.addEventListener('load', function () { styleCell_tinytable_css_3cu9g1m0n6q9wbomx1tq(4, 1, 'tinytable_css_ykxbu27l4c3jpksx5ert') })
window.addEventListener('load', function () { styleCell_tinytable_css_3cu9g1m0n6q9wbomx1tq(0, 1, 'tinytable_css_qg5w89ppxs1zho73oa5r') })
window.addEventListener('load', function () { styleCell_tinytable_css_3cu9g1m0n6q9wbomx1tq(1, 2, 'tinytable_css_1m57bfqslatzemn3mi9l') })
window.addEventListener('load', function () { styleCell_tinytable_css_3cu9g1m0n6q9wbomx1tq(2, 2, 'tinytable_css_so1e65hol6ne0hhn11k0') })
window.addEventListener('load', function () { styleCell_tinytable_css_3cu9g1m0n6q9wbomx1tq(3, 2, 'tinytable_css_fjcpp0jxdvp3v2lrniwb') })
window.addEventListener('load', function () { styleCell_tinytable_css_3cu9g1m0n6q9wbomx1tq(4, 2, 'tinytable_css_b97neampwhfk4fh0foo0') })
window.addEventListener('load', function () { styleCell_tinytable_css_3cu9g1m0n6q9wbomx1tq(0, 2, 'tinytable_css_ee1h8ws1mrl6er4sl2qc') })
window.addEventListener('load', function () { styleCell_tinytable_css_3cu9g1m0n6q9wbomx1tq(1, 3, 'tinytable_css_vzl914guhvd1o0r10jkk') })
window.addEventListener('load', function () { styleCell_tinytable_css_3cu9g1m0n6q9wbomx1tq(2, 3, 'tinytable_css_fms1t2eruagf8y7ld3fu') })
window.addEventListener('load', function () { styleCell_tinytable_css_3cu9g1m0n6q9wbomx1tq(3, 3, 'tinytable_css_mae7fac8uf57lwoqqu6t') })
window.addEventListener('load', function () { styleCell_tinytable_css_3cu9g1m0n6q9wbomx1tq(4, 3, 'tinytable_css_esgywi1v84h0n657ccv3') })
window.addEventListener('load', function () { styleCell_tinytable_css_3cu9g1m0n6q9wbomx1tq(0, 3, 'tinytable_css_3yjm1zmm19l7mowe4qls') })
window.addEventListener('load', function () { styleCell_tinytable_css_3cu9g1m0n6q9wbomx1tq(1, 4, 'tinytable_css_eqv23k23latjffs0qnep') })
window.addEventListener('load', function () { styleCell_tinytable_css_3cu9g1m0n6q9wbomx1tq(2, 4, 'tinytable_css_gj0plr15stykbwbhqbc9') })
window.addEventListener('load', function () { styleCell_tinytable_css_3cu9g1m0n6q9wbomx1tq(3, 4, 'tinytable_css_lply9d39r44n53cvq0zr') })
window.addEventListener('load', function () { styleCell_tinytable_css_3cu9g1m0n6q9wbomx1tq(4, 4, 'tinytable_css_vj5uoxezaq1b7rc6kcx1') })
window.addEventListener('load', function () { styleCell_tinytable_css_3cu9g1m0n6q9wbomx1tq(0, 4, 'tinytable_css_3cu9g1m0n6q9wbomx1tq') })
window.addEventListener('load', function () { styleCell_tinytable_css_1vmp0b7pey4w9g2anxo3(1, 0, 'tinytable_css_gbcyfze3pqjgee72nxbg') })
window.addEventListener('load', function () { styleCell_tinytable_css_1vmp0b7pey4w9g2anxo3(2, 0, 'tinytable_css_kwlx1mfqvpsgpij48ech') })
window.addEventListener('load', function () { styleCell_tinytable_css_1vmp0b7pey4w9g2anxo3(3, 0, 'tinytable_css_69fol61m9g6rquakoudr') })
window.addEventListener('load', function () { styleCell_tinytable_css_1vmp0b7pey4w9g2anxo3(4, 0, 'tinytable_css_waa97u6qojc1chvcf5vd') })
window.addEventListener('load', function () { styleCell_tinytable_css_1vmp0b7pey4w9g2anxo3(0, 0, 'tinytable_css_j0c693mq05xkimwaz1fr') })
window.addEventListener('load', function () { styleCell_tinytable_css_1vmp0b7pey4w9g2anxo3(1, 1, 'tinytable_css_9o2kd4evdec3ug9mwvmn') })
window.addEventListener('load', function () { styleCell_tinytable_css_1vmp0b7pey4w9g2anxo3(2, 1, 'tinytable_css_236jhtuj3itwqhc2cxjb') })
window.addEventListener('load', function () { styleCell_tinytable_css_1vmp0b7pey4w9g2anxo3(3, 1, 'tinytable_css_tf2d16xgks0o55n1seu5') })
window.addEventListener('load', function () { styleCell_tinytable_css_1vmp0b7pey4w9g2anxo3(4, 1, 'tinytable_css_2bru8n9ezjxzjbihyj5v') })
window.addEventListener('load', function () { styleCell_tinytable_css_1vmp0b7pey4w9g2anxo3(0, 1, 'tinytable_css_0cmp2slji7rlrmrb57bz') })
window.addEventListener('load', function () { styleCell_tinytable_css_1vmp0b7pey4w9g2anxo3(1, 2, 'tinytable_css_s4wcxfdxjybginqpvil8') })
window.addEventListener('load', function () { styleCell_tinytable_css_1vmp0b7pey4w9g2anxo3(2, 2, 'tinytable_css_y0s563yhj5s3zu00xqc6') })
window.addEventListener('load', function () { styleCell_tinytable_css_1vmp0b7pey4w9g2anxo3(3, 2, 'tinytable_css_hytyheu73tpbad29hzip') })
window.addEventListener('load', function () { styleCell_tinytable_css_1vmp0b7pey4w9g2anxo3(4, 2, 'tinytable_css_vt0szqq00e9zu5zugpg2') })
window.addEventListener('load', function () { styleCell_tinytable_css_1vmp0b7pey4w9g2anxo3(0, 2, 'tinytable_css_r915k1u1jhop3fd20bm7') })
window.addEventListener('load', function () { styleCell_tinytable_css_1vmp0b7pey4w9g2anxo3(1, 3, 'tinytable_css_prcoy651m69kfofpwo20') })
window.addEventListener('load', function () { styleCell_tinytable_css_1vmp0b7pey4w9g2anxo3(2, 3, 'tinytable_css_sq2onbwq8zg9p3jti1vk') })
window.addEventListener('load', function () { styleCell_tinytable_css_1vmp0b7pey4w9g2anxo3(3, 3, 'tinytable_css_e4quv9cvc3a73ykwid7c') })
window.addEventListener('load', function () { styleCell_tinytable_css_1vmp0b7pey4w9g2anxo3(4, 3, 'tinytable_css_kurvsmpretcmyugr4njf') })
window.addEventListener('load', function () { styleCell_tinytable_css_1vmp0b7pey4w9g2anxo3(0, 3, 'tinytable_css_3swr3nb59uu4umz9m005') })
window.addEventListener('load', function () { styleCell_tinytable_css_1vmp0b7pey4w9g2anxo3(1, 4, 'tinytable_css_lw3dypsswfof01gtek12') })
window.addEventListener('load', function () { styleCell_tinytable_css_1vmp0b7pey4w9g2anxo3(2, 4, 'tinytable_css_dhodndfimqr1tk8phaf4') })
window.addEventListener('load', function () { styleCell_tinytable_css_1vmp0b7pey4w9g2anxo3(3, 4, 'tinytable_css_7bira3ffp97f8nr78578') })
window.addEventListener('load', function () { styleCell_tinytable_css_1vmp0b7pey4w9g2anxo3(4, 4, 'tinytable_css_4diazv46xzqa3ir13dl7') })
window.addEventListener('load', function () { styleCell_tinytable_css_1vmp0b7pey4w9g2anxo3(0, 4, 'tinytable_css_1vmp0b7pey4w9g2anxo3') })
</script>


Expand Down
Loading

0 comments on commit b6b321d

Please sign in to comment.