Deploying to gh-pages from @ agdamsbo/FreesearchR@2249ba06db 🚀

This commit is contained in:
agdamsbo 2025-04-22 12:16:08 +00:00
commit e2e2aa66ee
110 changed files with 567 additions and 7 deletions

View file

@ -34,6 +34,12 @@
<ul class="navbar-nav me-auto">
<li class="active nav-item"><a class="nav-link" href="../articles/FreesearchR.html">Get started</a></li>
<li class="nav-item"><a class="nav-link" href="../reference/index.html">Reference</a></li>
<li class="nav-item dropdown">
<button class="nav-link dropdown-toggle" type="button" id="dropdown-articles" data-bs-toggle="dropdown" aria-expanded="false" aria-haspopup="true">Articles</button>
<ul class="dropdown-menu" aria-labelledby="dropdown-articles">
<li><a class="dropdown-item" href="../articles/data-types.html">Data types</a></li>
</ul>
</li>
<li class="nav-item"><a class="nav-link" href="../ROADMAP.html">Roadmap</a></li>
<li class="nav-item"><a class="nav-link" href="../QA.html">Q&amp;A</a></li>
<li class="nav-item"><a class="nav-link" href="../news/index.html">Changelog</a></li>
@ -146,6 +152,15 @@ data.</p>
<div class="section level4">
<h4 id="summary">Summary<a class="anchor" aria-label="anchor" href="#summary"></a>
</h4>
<p>Here, the data variables can be inspected with a simple visualisation
and a few key measures. Also, data filtering is available at two
levels:</p>
<ul>
<li><p>Data type filtering allows to filter by variable <a href="">data
type</a></p></li>
<li><p>Observations level filtering allow to filter data by
variable</p></li>
</ul>
</div>
<div class="section level4">
<h4 id="modify">Modify<a class="anchor" aria-label="anchor" href="#modify"></a>