summaryrefslogtreecommitdiff
path: root/docs/reference/ppp.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/ppp.html')
-rw-r--r--docs/reference/ppp.html67
1 files changed, 28 insertions, 39 deletions
diff --git a/docs/reference/ppp.html b/docs/reference/ppp.html
index 725f550..ef3933d 100644
--- a/docs/reference/ppp.html
+++ b/docs/reference/ppp.html
@@ -9,7 +9,7 @@ product"></head><body>
<a class="navbar-brand me-2" href="../index.html">chents</a>
- <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">0.3.6</small>
+ <small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">0.3.7</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">
@@ -72,35 +72,6 @@ product</p>
Creates a new instance of this <a href="https://r6.r-lib.org/reference/R6Class.html" class="external-link">R6</a> class.</p></dd>
-<dt><code>...</code></dt>
-<dd><p>Identifiers of the active ingredients</p></dd>
-
-
-<dt><code>concentrations</code></dt>
-<dd><p>Concentrations of the active ingredients</p></dd>
-
-
-<dt><code>concentration_units</code></dt>
-<dd><p>Defaults to g/L</p></dd>
-
-
-<dt><code>density</code></dt>
-<dd><p>The density</p></dd>
-
-
-<dt><code>density_units</code></dt>
-<dd><p>Defaults to g/L
-Printing method</p></dd>
-
-
-</dl><p></p></div>
- </div>
- <div class="section level2">
- <h2 id="active-bindings">Active bindings<a class="anchor" aria-label="anchor" href="#active-bindings"></a></h2>
- <p></p><div class="r6-active-bindings"><dl><dt><code>...</code></dt>
-<dd><p>Identifiers of the active ingredients</p></dd>
-
-
</dl><p></p></div>
</div>
<div class="section level2">
@@ -110,7 +81,6 @@ Printing method</p></dd>
<h3 id="public-methods">Public methods<a class="anchor" aria-label="anchor" href="#public-methods"></a></h3>
<ul><li><p><a href="#method-ppp-new"><code>ppp$new()</code></a></p></li>
-<li><p><a href="#method-ppp-print"><code>ppp$print()</code></a></p></li>
<li><p><a href="#method-ppp-clone"><code>ppp$clone()</code></a></p></li>
</ul></div><p></p><hr><a id="method-ppp-new"></a><div class="section">
<h3 id="method-new-">Method <code>new()</code><a class="anchor" aria-label="anchor" href="#method-new-"></a></h3>
@@ -127,25 +97,44 @@ Printing method</p></dd>
<span><span class="op">)</span></span></code></pre></div><p></p></div>
</div>
+<div class="section">
+<h4 id="arguments">Arguments<a class="anchor" aria-label="anchor" href="#arguments"></a></h4>
+<p></p><div class="arguments"><dl><dt><code>name</code></dt>
+<dd><p>The name of the product</p></dd>
-</div><p></p><hr><a id="method-ppp-print"></a><div class="section">
-<h3 id="method-print-">Method <code><a href="https://rdrr.io/r/base/print.html" class="external-link">print()</a></code><a class="anchor" aria-label="anchor" href="#method-print-"></a></h3>
-<div class="section">
-<h4 id="usage-1">Usage<a class="anchor" aria-label="anchor" href="#usage-1"></a></h4>
-<p></p><div class="r"><div class="sourceCode"><pre><code><span><span class="va">ppp</span><span class="op">$</span><span class="fu">print</span><span class="op">(</span><span class="op">)</span></span></code></pre></div><p></p></div>
-</div>
+<dt><code>...</code></dt>
+<dd><p>Identifiers of the active ingredients</p></dd>
+
+
+<dt><code>concentrations</code></dt>
+<dd><p>Concentrations of the active ingredients</p></dd>
+
+
+<dt><code>concentration_units</code></dt>
+<dd><p>Defaults to g/L</p></dd>
+<dt><code>density</code></dt>
+<dd><p>The density</p></dd>
+
+
+<dt><code>density_units</code></dt>
+<dd><p>Defaults to g/L</p></dd>
+
+
+</dl><p></p></div>
+</div>
+
</div><p></p><hr><a id="method-ppp-clone"></a><div class="section">
<h3 id="method-clone-">Method <code>clone()</code><a class="anchor" aria-label="anchor" href="#method-clone-"></a></h3>
<p>The objects of this class are cloneable with this method.</p><div class="section">
-<h4 id="usage-2">Usage<a class="anchor" aria-label="anchor" href="#usage-2"></a></h4>
+<h4 id="usage-1">Usage<a class="anchor" aria-label="anchor" href="#usage-1"></a></h4>
<p></p><div class="r"><div class="sourceCode"><pre><code><span><span class="va">ppp</span><span class="op">$</span><span class="fu">clone</span><span class="op">(</span>deep <span class="op">=</span> <span class="cn">FALSE</span><span class="op">)</span></span></code></pre></div><p></p></div>
</div>
<div class="section">
-<h4 id="arguments">Arguments<a class="anchor" aria-label="anchor" href="#arguments"></a></h4>
+<h4 id="arguments-1">Arguments<a class="anchor" aria-label="anchor" href="#arguments-1"></a></h4>
<p></p><div class="arguments"><dl><dt><code>deep</code></dt>
<dd><p>Whether to make a deep clone.</p></dd>

Contact - Imprint