mirror of
https://github.com/msberends/AMR.git
synced 2026-03-27 23:45:55 +01:00
Built site for AMR@3.0.1.9036: 4171d5b
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
<a class="navbar-brand me-2" href="../index.html">AMR (for R)</a>
|
||||
|
||||
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">3.0.1.9035</small>
|
||||
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">3.0.1.9036</small>
|
||||
|
||||
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
|
||||
@@ -50,7 +50,7 @@
|
||||
</div>
|
||||
|
||||
<div class="ref-description section level2">
|
||||
<p>Downloads and unpacks a GitHub repository containing course materials, using <code>usethis::use_course()</code>. This is a convenience wrapper intended for use in educational settings, such as workshops or tutorials associated with the AMR package.</p>
|
||||
<p>Downloads and unpacks a GitHub repository containing course materials, using <code><a href="https://usethis.r-lib.org/reference/zip-utils.html" class="external-link">usethis::use_course()</a></code>. This is a convenience wrapper intended for use in educational settings, such as workshops or tutorials associated with the AMR package.</p>
|
||||
</div>
|
||||
|
||||
<div class="section level2">
|
||||
@@ -71,21 +71,21 @@
|
||||
|
||||
|
||||
<dt id="arg--">...<a class="anchor" aria-label="anchor" href="#arg--"></a></dt>
|
||||
<dd><p>Additional arguments passed on to <code>usethis::use_course()</code>.</p></dd>
|
||||
<dd><p>Additional arguments passed on to <code><a href="https://usethis.r-lib.org/reference/zip-utils.html" class="external-link">usethis::use_course()</a></code>.</p></dd>
|
||||
|
||||
</dl></div>
|
||||
<div class="section level2">
|
||||
<h2 id="value">Value<a class="anchor" aria-label="anchor" href="#value"></a></h2>
|
||||
<p>Called for its side effect. <code>usethis::use_course()</code> will prompt the user to choose a destination and open the extracted project. Returns invisibly whatever <code>usethis::use_course()</code> returns.</p>
|
||||
<p>Called for its side effect. <code><a href="https://usethis.r-lib.org/reference/zip-utils.html" class="external-link">usethis::use_course()</a></code> will prompt the user to choose a destination and open the extracted project. Returns invisibly whatever <code><a href="https://usethis.r-lib.org/reference/zip-utils.html" class="external-link">usethis::use_course()</a></code> returns.</p>
|
||||
</div>
|
||||
<div class="section level2">
|
||||
<h2 id="details">Details<a class="anchor" aria-label="anchor" href="#details"></a></h2>
|
||||
<p>This function constructs a ZIP archive URL from the provided <code>github_repo</code> and <code>branch</code>, then delegates to <code>usethis::use_course()</code> to handle the download and extraction.</p>
|
||||
<p>This function constructs a ZIP archive URL from the provided <code>github_repo</code> and <code>branch</code>, then delegates to <code><a href="https://usethis.r-lib.org/reference/zip-utils.html" class="external-link">usethis::use_course()</a></code> to handle the download and extraction.</p>
|
||||
<p>The function is designed for interactive use in course or workshop settings and is not intended for use in non-interactive or automated pipelines.</p>
|
||||
</div>
|
||||
<div class="section level2">
|
||||
<h2 id="see-also">See also<a class="anchor" aria-label="anchor" href="#see-also"></a></h2>
|
||||
<div class="dont-index"><p><code>usethis::use_course()</code></p></div>
|
||||
<div class="dont-index"><p><code><a href="https://usethis.r-lib.org/reference/zip-utils.html" class="external-link">usethis::use_course()</a></code></p></div>
|
||||
</div>
|
||||
|
||||
<div class="section level2">
|
||||
|
||||
Reference in New Issue
Block a user