Skip to content

Commit

Permalink
Deploying to gh-pages from @ cb03657 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Jan 20, 2024
1 parent 74a35b0 commit 9d82803
Show file tree
Hide file tree
Showing 8 changed files with 573 additions and 569 deletions.
4 changes: 2 additions & 2 deletions CITATION.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,14 +218,14 @@ <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', and 'Markdown'_. R package version 0.0.1,
'HTML', 'LaTeX', 'Markdown', and 'Word'_. R package version 0.0.1,
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', and 'Markdown'},
title = {tinytable: Simple and Configurable Tables in 'HTML', 'LaTeX', 'Markdown', and 'Word'},
author = {Vincent Arel-Bundock},
note = {R package version 0.0.1, https://github.com/vincentarelbundock/tinytable/},
url = {https://vincentarelbundock.github.io/tinytable/},
Expand Down
Binary file modified freeze.rds
Binary file not shown.
18 changes: 9 additions & 9 deletions man/format_tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,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_ab13tm66rq3ypgwkvhcp</title>
<title>tinytable_5eb2oh06hjy8d694getu</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
</style>
Expand All @@ -433,7 +433,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>


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

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

<tbody>
<tr>
<td>10 002</td>
<td>10 001</td>
<td>10 000</td>
<td> 9 999</td>
</tr>
<tr>
<td>10 000</td>
<td>10 002</td>
<td> 9 999</td>
<td> 9 999</td>
</tr>
<tr>
<td> 9 999</td>
Expand All @@ -461,12 +461,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_ab13tm66rq3ypgwkvhcp(i, j, css_id) {
var table = document.getElementById("tinytable_ab13tm66rq3ypgwkvhcp");
function styleCell_5eb2oh06hjy8d694getu(i, j, css_id) {
var table = document.getElementById("tinytable_5eb2oh06hjy8d694getu");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_ab13tm66rq3ypgwkvhcp');
var table = document.getElementById('tinytable_5eb2oh06hjy8d694getu');
var newRow = table.insertRow(i);
var newCell = newRow.insertCell(0);
newCell.setAttribute("colspan", colspan);
Expand Down
5 changes: 4 additions & 1 deletion man/save_tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,10 @@ <h3 class="anchored" data-anchor-id="arguments">Arguments</h3>
<p>If <code>output</code> is "markdown", "latex", or "html", 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: .html, .png, .pdf, .tex and .md (with aliases .txt, .Rmd and .qmd).</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 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>
</li>
</ul>
</td>
Expand Down
20 changes: 10 additions & 10 deletions man/tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,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_9i32dqsoh1e27idfvvjj</title>
<title>tinytable_cf3j07xj3420sr0xdkhj</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
</style>
Expand All @@ -415,7 +415,7 @@ <h3 class="anchored" data-anchor-id="examples">Examples</h3>


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

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


<div class="container">
<table class="table table-striped" id="tinytable_vmjbvjlzbxjcghp0rmed" 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_p4l5lb0pv2wmk87dq4tw" 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 @@ -560,12 +560,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_vmjbvjlzbxjcghp0rmed(i, j, css_id) {
var table = document.getElementById("tinytable_vmjbvjlzbxjcghp0rmed");
function styleCell_p4l5lb0pv2wmk87dq4tw(i, j, css_id) {
var table = document.getElementById("tinytable_p4l5lb0pv2wmk87dq4tw");
table.rows[i].cells[j].classList.add(css_id);
}
function insertSpanRow(i, colspan, content) {
var table = document.getElementById('tinytable_vmjbvjlzbxjcghp0rmed');
var table = document.getElementById('tinytable_p4l5lb0pv2wmk87dq4tw');
var newRow = table.insertRow(i);
var newCell = newRow.insertCell(0);
newCell.setAttribute("colspan", colspan);
Expand Down
Loading

0 comments on commit 9d82803

Please sign in to comment.