Deploying to gh-pages from @ agdamsbo/FreesearchR@20ae86a346 🚀

This commit is contained in:
agdamsbo 2025-04-23 14:21:53 +00:00
commit 01afb0db2e
114 changed files with 472 additions and 563 deletions

View file

@ -63,8 +63,7 @@
<div class="row">
<main id="main" class="col-md-9"><div class="page-header">
<h1>FreesearchR</h1>
<img src="../logo.png" class="logo" alt=""><h1>FreesearchR</h1>
<small class="dont-index">Source: <a href="https://github.com/agdamsbo/FreesearchR/blob/main/vignettes/FreesearchR.Rmd" class="external-link"><code>vignettes/FreesearchR.Rmd</code></a></small>
@ -158,7 +157,7 @@ data.</p>
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
<li><p>Data type filtering allows to filter by variable <a href="https://agdamsbo.github.io/FreesearchR/articles/data-types.html">data
type</a></p></li>
<li><p>Observations level filtering allow to filter data by
variable</p></li>
@ -167,6 +166,9 @@ variable</p></li>
<div class="section level4">
<h4 id="modify">Modify<a class="anchor" aria-label="anchor" href="#modify"></a>
</h4>
<p>Re-class, rename, and relabel variables. Subset data, create new
variables and reorder factor levels. Also, compare the modified dataset
to the original and restore the original data.</p>
</div>
</div>
<div class="section level3">