Deploying to gh-pages from @ agdamsbo/REDCapCAST@30d82e5288 🚀

This commit is contained in:
agdamsbo 2024-11-28 13:44:19 +00:00
commit 4fe8a0d73c
19 changed files with 1122 additions and 250 deletions

View file

@ -53,7 +53,7 @@
<dl><dt id="arg-project-name">project.name<a class="anchor" aria-label="anchor" href="#arg-project-name"></a></dt>
<dd><p>The name of the current project (for key storage with
`keyring::key_set()`, using the default keyring)</p></dd>
<a href="https://keyring.r-lib.org/reference/key_get.html" class="external-link">key_set</a>, using the default keyring)</p></dd>
<dt id="arg-widen-data">widen.data<a class="anchor" aria-label="anchor" href="#arg-widen-data"></a></dt>
@ -65,7 +65,7 @@
<dt id="arg--">...<a class="anchor" aria-label="anchor" href="#arg--"></a></dt>
<dd><p>arguments passed on to `REDCapCAST::read_redcap_tables()`</p></dd>
<dd><p>arguments passed on to <a href="read_redcap_tables.html">read_redcap_tables</a>.</p></dd>
</dl></div>
<div class="section level2">
@ -73,6 +73,13 @@
<p>data.frame or list depending on widen.data</p>
</div>
<div class="section level2">
<h2 id="ref-examples">Examples<a class="anchor" aria-label="anchor" href="#ref-examples"></a></h2>
<div class="sourceCode"><pre class="sourceCode r"><code><span class="r-in"><span><span class="kw">if</span> <span class="op">(</span><span class="cn">FALSE</span><span class="op">)</span> <span class="op">{</span> <span class="co"># \dontrun{</span></span></span>
<span class="r-in"><span><span class="fu">easy_redcap</span><span class="op">(</span><span class="st">"My_new_project"</span>,fields<span class="op">=</span><span class="fu"><a href="https://rdrr.io/r/base/c.html" class="external-link">c</a></span><span class="op">(</span><span class="st">"record_id"</span>,<span class="st">"age"</span>,<span class="st">"hypertension"</span><span class="op">)</span><span class="op">)</span></span></span>
<span class="r-in"><span><span class="op">}</span> <span class="co"># }</span></span></span>
</code></pre></div>
</div>
</main><aside class="col-md-3"><nav id="toc" aria-label="Table of contents"><h2>On this page</h2>
</nav></aside></div>