Deploying to gh-pages from @ agdamsbo/FreesearchR@0d4f51f176 🚀

This commit is contained in:
agdamsbo 2026-05-27 18:45:46 +00:00
commit 03b54b0d15
327 changed files with 767 additions and 941 deletions

View file

@ -12,8 +12,8 @@
<link rel="icon" sizes="any" href="favicon.ico">
<link rel="manifest" href="site.webmanifest">
<script src="deps/jquery-3.6.0/jquery-3.6.0.min.js"></script><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="deps/bootstrap-5.3.1/bootstrap.min.css" rel="stylesheet">
<script src="deps/bootstrap-5.3.1/bootstrap.bundle.min.js"></script><link href="deps/Montserrat-0.4.10/font.css" rel="stylesheet">
<link href="deps/bootstrap-5.3.8/bootstrap.min.css" rel="stylesheet">
<script src="deps/bootstrap-5.3.8/bootstrap.bundle.min.js"></script><link href="deps/Montserrat-0.4.10/font.css" rel="stylesheet">
<link href="deps/Public_Sans-0.4.10/font.css" rel="stylesheet">
<link href="deps/font-awesome-6.5.2/css/all.min.css" rel="stylesheet">
<link href="deps/font-awesome-6.5.2/css/v4-shims.min.css" rel="stylesheet">
@ -109,33 +109,33 @@
<col width="61%">
<col width="19%">
</colgroup>
<thead><tr class="header">
<thead><tr>
<th>Variable</th>
<th>Description</th>
<th>Default</th>
</tr></thead>
<tbody>
<tr class="odd">
<tr>
<td><code>INCLUDE_GLOBALENV</code></td>
<td>Load datasets already present in the global R environment into the app</td>
<td><code>FALSE</code></td>
</tr>
<tr class="even">
<tr>
<td><code>DATA_LIMIT_DEFAULT</code></td>
<td>Default number of observations for previewing or working with a dataset</td>
<td><code>10,000</code></td>
</tr>
<tr class="odd">
<tr>
<td><code>DATA_LIMIT_UPPER</code></td>
<td>Maximum number of observations a user can set for the upper limit. If set to 0, no uppper limit is applied.</td>
<td><code>100,000</code></td>
</tr>
<tr class="even">
<tr>
<td><code>DATA_LIMIT_LOWER</code></td>
<td>Minimum number of observations a user can set for the lower limit</td>
<td><code>1</code></td>
</tr>
<tr class="odd">
<tr>
<td><code>CHECK_APP_VERSION</code></td>
<td>Always print version check results. Checks app version against latest release on GitHub.</td>
<td><code>FALSE</code></td>