Deploying to gh-pages from @ agdamsbo/stRoke@f90e3839a0 🚀

This commit is contained in:
agdamsbo 2024-10-24 10:06:45 +00:00
parent a29f1f620c
commit c5cfd30950
4 changed files with 6 additions and 5 deletions

View File

@ -37,6 +37,7 @@
<div class="section level2">
<h2 class="pkg-version" data-toc-text="24.10.1" id="stroke-24101">stRoke 24.10.1<a class="anchor" aria-label="anchor" href="#stroke-24101"></a></h2>
<p>This version marks a significant change in the contents and focus of this package. Going forward I will include functions with a focus on handling clinical trial data from my own stroke research. Other functions for general data management an project management has been migrated to the <a href="https://agdamsbo.github.io/project.aid/" class="external-link"><code>project.aid</code></a> package, which is moving towards CRAN submission. Install dev-version with <code>pak::pak("agdamsbo/project.aid")</code>.</p>
<div class="section level4">
<h4 id="functions-24-10-1">Functions:<a class="anchor" aria-label="anchor" href="#functions-24-10-1"></a></h4>
<ul><li><p>UPDATE: <code><a href="../reference/pase_calc.html">pase_calc()</a></code> updated for uniform column naming in output as well as streamlining the function a bit.</p></li>

View File

@ -3,7 +3,7 @@ pkgdown: 2.1.1
pkgdown_sha: ~
articles:
toolbox: toolbox.html
last_built: 2024-10-24T07:21Z
last_built: 2024-10-24T10:06Z
urls:
reference: https://agdamsbo.github.io/stRoke/reference
article: https://agdamsbo.github.io/stRoke/articles

View File

@ -78,15 +78,15 @@ Alternative is to use attributes, eg from <code><a href="https://hbiostat.org/R/
<span class="r-in"><span><span class="fu">label_select</span><span class="op">(</span><span class="va">labels_all</span>,<span class="va">vars</span><span class="op">)</span></span></span>
<span class="r-out co"><span class="r-pr">#&gt;</span> [[1]]</span>
<span class="r-out co"><span class="r-pr">#&gt;</span> hypertension ~ "Known hypertension"</span>
<span class="r-out co"><span class="r-pr">#&gt;</span> &lt;environment: 0x558aca9eb780&gt;</span>
<span class="r-out co"><span class="r-pr">#&gt;</span> &lt;environment: 0x556e96c12060&gt;</span>
<span class="r-out co"><span class="r-pr">#&gt;</span> </span>
<span class="r-out co"><span class="r-pr">#&gt;</span> [[2]]</span>
<span class="r-out co"><span class="r-pr">#&gt;</span> diabetes ~ "Known diabetes"</span>
<span class="r-out co"><span class="r-pr">#&gt;</span> &lt;environment: 0x558aca9eb780&gt;</span>
<span class="r-out co"><span class="r-pr">#&gt;</span> &lt;environment: 0x556e96c12060&gt;</span>
<span class="r-out co"><span class="r-pr">#&gt;</span> </span>
<span class="r-out co"><span class="r-pr">#&gt;</span> [[3]]</span>
<span class="r-out co"><span class="r-pr">#&gt;</span> mrs_1 ~ "One month mRS"</span>
<span class="r-out co"><span class="r-pr">#&gt;</span> &lt;environment: 0x558aca9eb780&gt;</span>
<span class="r-out co"><span class="r-pr">#&gt;</span> &lt;environment: 0x556e96c12060&gt;</span>
<span class="r-out co"><span class="r-pr">#&gt;</span> </span>
<span class="r-in"><span></span></span>
<span class="r-in"><span><span class="co">## With gtsummary::tbl_summary()</span></span></span>

File diff suppressed because one or more lines are too long