Skip to content

Commit

Permalink
Deploying to gh-pages from @ 2989ef4 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Jan 15, 2024
1 parent dc9a1d3 commit 4afa45f
Show file tree
Hide file tree
Showing 8 changed files with 1,169 additions and 903 deletions.
Binary file modified freeze.rds
Binary file not shown.
2 changes: 1 addition & 1 deletion man/group_tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ <h3 class="anchored" data-anchor-id="description">Description</h3>
</section>
<section id="usage" class="level3">
<h3 class="anchored" data-anchor-id="usage">Usage</h3>
<pre><code class="language-R">group_tt(x, i, j, indent = 1, ...)
<pre><code class="language-R">group_tt(x, i = NULL, j = NULL, indent = 1, ...)
</code></pre>
</section>
<section id="arguments" class="level3">
Expand Down
2 changes: 1 addition & 1 deletion 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_bootstrap, tinytable_tabularray, or tinytable_markdown 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, with an option to overwrite existing files.</p>
</section>
<section id="usage" class="level3">
<h3 class="anchored" data-anchor-id="usage">Usage</h3>
Expand Down
6 changes: 3 additions & 3 deletions man/style_tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ <h3 class="anchored" data-anchor-id="description">Description</h3>
<h3 class="anchored" data-anchor-id="usage">Usage</h3>
<pre><code class="language-R">style_tt(
x,
i,
j,
i = NULL,
j = NULL,
bold = FALSE,
italic = FALSE,
monospace = FALSE,
Expand Down Expand Up @@ -261,7 +261,7 @@ <h3 class="anchored" data-anchor-id="arguments">Arguments</h3>
<code id="style_tt_:_x">x</code>
</td>
<td>
A table object created by <code>tt()</code>. The function checks if it is a <code>tinytable_tabularray</code> or <code>tinytable_bootstrap</code> object.
A table object created by <code>tt()</code>.
</td>
</tr>
<tr>
Expand Down
120 changes: 60 additions & 60 deletions man/tt.html

Large diffs are not rendered by default.

52 changes: 26 additions & 26 deletions search.json

Large diffs are not rendered by default.

1,890 changes: 1,078 additions & 812 deletions vignettes/tutorial.html

Large diffs are not rendered by default.

Binary file modified vignettes/tutorial.pdf
Binary file not shown.

0 comments on commit 4afa45f

Please sign in to comment.