Skip to content

Commit

Permalink
Deploying to gh-pages from @ 7e35bb4 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Jan 22, 2024
1 parent c6aa24c commit cc0f4d6
Show file tree
Hide file tree
Showing 32 changed files with 1,013 additions and 877 deletions.
Binary file modified freeze.rds
Binary file not shown.
Binary file modified man/figures/gallery/tinytable_gallery.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions man/format_tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,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_j6rn9fuv4jyp698zviwh</title>
<title>tinytable_wziq0p8gr41xhizwxmmw</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
</style>
Expand All @@ -439,7 +439,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>


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

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

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

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script>
function styleCell_j6rn9fuv4jyp698zviwh(i, j, css_id) {
var table = document.getElementById("tinytable_j6rn9fuv4jyp698zviwh");
function styleCell_wziq0p8gr41xhizwxmmw(i, j, css_id) {
var table = document.getElementById("tinytable_wziq0p8gr41xhizwxmmw");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_j6rn9fuv4jyp698zviwh');
var table = document.getElementById('tinytable_wziq0p8gr41xhizwxmmw');
var newRow = table.insertRow(i);
var newCell = newRow.insertCell(0);
newCell.setAttribute("colspan", colspan);
Expand Down
2 changes: 1 addition & 1 deletion man/plot_tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ <h3 class="anchored" data-anchor-id="arguments">Arguments</h3>
<code id="plot_tt_:_fun">fun</code>
</td>
<td>
<p>Optional, a list of functions to generate plots from the data in <code>plot_data</code>. Valid functions include:</p>
<p>A function to generate plots from the data in <code>data</code>. Valid functions include:</p>
<ul>
<li>
<p>Functions that return <code>ggplot2</code> objects.</p>
Expand Down
20 changes: 10 additions & 10 deletions man/tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,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_pi8u5krkmh0lh7q57pq5</title>
<title>tinytable_siac17obhfs5l44svwud</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
</style>
Expand All @@ -422,7 +422,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>


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

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


<div class="container">
<table class="table" id="tinytable_qchhgmygukh8ijaze844" style="table-layout: fixed; width: 50% !important; margin-left: auto; margin-right: auto;" data-quarto-disable-processing="true">
<table class="table" id="tinytable_l1ts8hr5sgsi2vvxlvkn" 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 @@ -567,12 +567,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_qchhgmygukh8ijaze844(i, j, css_id) {
var table = document.getElementById("tinytable_qchhgmygukh8ijaze844");
function styleCell_l1ts8hr5sgsi2vvxlvkn(i, j, css_id) {
var table = document.getElementById("tinytable_l1ts8hr5sgsi2vvxlvkn");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_qchhgmygukh8ijaze844');
var table = document.getElementById('tinytable_l1ts8hr5sgsi2vvxlvkn');
var newRow = table.insertRow(i);
var newCell = newRow.insertCell(0);
newCell.setAttribute("colspan", colspan);
Expand Down
Loading

0 comments on commit cc0f4d6

Please sign in to comment.