Skip to content

Commit

Permalink
Deploying to gh-pages from @ 065b605 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Jan 18, 2024
1 parent b1d76e1 commit b36d882
Show file tree
Hide file tree
Showing 7 changed files with 634 additions and 634 deletions.
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 @@ -258,7 +258,7 @@ <h2 id="toc-title">On this page</h2>
<section id="what" class="level2">
<h2 class="anchored" data-anchor-id="what">What?</h2>
<p><code>tinytable</code> is a small but powerful <code>R</code> package to draw HTML, LaTeX, PDF, Markdown, and Typst tables. The user interface is minimalist, but it gives users access to powerful frameworks to create endlessly customizable tables.</p>
<p><a href="https://vincentarelbundock.github.io/tinytable" class="uri">https://vincentarelbundock.github.io/tinytable</a></p>
<p><a href="https://vincentarelbundock.github.io/tinytable/" class="uri">https://vincentarelbundock.github.io/tinytable/</a></p>
</section>
<section id="why" class="level2">
<h2 class="anchored" data-anchor-id="why">Why?</h2>
Expand Down
18 changes: 9 additions & 9 deletions man/format_tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,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_xjcuuw7dg8vxhvv1yfhc</title>
<title>tinytable_d1sxu49li4kx28eer664</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
</style>
Expand All @@ -442,7 +442,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>


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

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

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

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script>
function styleCell_xjcuuw7dg8vxhvv1yfhc(i, j, css_id) {
var table = document.getElementById("tinytable_xjcuuw7dg8vxhvv1yfhc");
function styleCell_d1sxu49li4kx28eer664(i, j, css_id) {
var table = document.getElementById("tinytable_d1sxu49li4kx28eer664");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_xjcuuw7dg8vxhvv1yfhc');
var table = document.getElementById('tinytable_d1sxu49li4kx28eer664');
var newRow = table.insertRow(i);
var newCell = newRow.insertCell(0);
newCell.setAttribute("colspan", colspan);
Expand Down
20 changes: 10 additions & 10 deletions man/tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,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_bipnq5o6jazcbwi2gq8y</title>
<title>tinytable_tkifdowpxr588fshd5d9</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
</style>
Expand All @@ -428,7 +428,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>


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

<tr>
Expand Down Expand Up @@ -475,12 +475,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_bipnq5o6jazcbwi2gq8y(i, j, css_id) {
var table = document.getElementById("tinytable_bipnq5o6jazcbwi2gq8y");
function styleCell_tkifdowpxr588fshd5d9(i, j, css_id) {
var table = document.getElementById("tinytable_tkifdowpxr588fshd5d9");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_bipnq5o6jazcbwi2gq8y');
var table = document.getElementById('tinytable_tkifdowpxr588fshd5d9');
var newRow = table.insertRow(i);
var newCell = newRow.insertCell(0);
newCell.setAttribute("colspan", colspan);
Expand All @@ -504,7 +504,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_244vrm3ujg8tey9j76q9</title>
<title>tinytable_e14n8wbayjjjayq1s2yl</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
</style>
Expand All @@ -524,7 +524,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>


<div class="container">
<table class="table table-striped" id="tinytable_244vrm3ujg8tey9j76q9" 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_e14n8wbayjjjayq1s2yl" 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 @@ -571,12 +571,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_244vrm3ujg8tey9j76q9(i, j, css_id) {
var table = document.getElementById("tinytable_244vrm3ujg8tey9j76q9");
function styleCell_e14n8wbayjjjayq1s2yl(i, j, css_id) {
var table = document.getElementById("tinytable_e14n8wbayjjjayq1s2yl");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_244vrm3ujg8tey9j76q9');
var table = document.getElementById('tinytable_e14n8wbayjjjayq1s2yl');
var newRow = table.insertRow(i);
var newCell = newRow.insertCell(0);
newCell.setAttribute("colspan", colspan);
Expand Down
48 changes: 24 additions & 24 deletions search.json

Large diffs are not rendered by default.

Loading

0 comments on commit b36d882

Please sign in to comment.