aboutsummaryrefslogtreecommitdiff
path: root/docs/reference/pp.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/pp.html')
-rw-r--r--docs/reference/pp.html35
1 files changed, 25 insertions, 10 deletions
diff --git a/docs/reference/pp.html b/docs/reference/pp.html
index 4569a6f..538b885 100644
--- a/docs/reference/pp.html
+++ b/docs/reference/pp.html
@@ -18,19 +18,28 @@
<!-- Font Awesome icons -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous">
+<!-- clipboard.js -->
+<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.7.1/clipboard.min.js" integrity="sha384-cV+rhyOuRHc9Ub/91rihWcGmMmCXDeksTtCihMupQHSsi8GIIRDG0ThDc3HGQFJ3" crossorigin="anonymous"></script>
<!-- pkgdown -->
<link href="../pkgdown.css" rel="stylesheet">
<script src="../jquery.sticky-kit.min.js"></script>
<script src="../pkgdown.js"></script>
+
+
+<meta property="og:title" content="R6 class for holding a product with at least one active ingredient — pp" />
+<meta property="og:description" content="An R6 class for holding information about a product with at least one active ingredient" />
+<meta name="twitter:card" content="summary" />
<!-- mathjax -->
-<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
+<script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
+
+
</head>
<body>
@@ -49,6 +58,12 @@
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
+ <a href="../index.html">
+ <span class="fa fa-home fa-lg"></span>
+
+ </a>
+</li>
+<li>
<a href="../reference/index.html">Reference</a>
</li>
</ul>
@@ -73,7 +88,7 @@
<p>An R6 class for holding information about a product with at least one active ingredient</p>
- <pre><span class='no'>pp</span></pre>
+ <pre class="usage"><span class='no'>pp</span></pre>
<h2 class="hasAnchor" id="format"><a class="anchor" href="#format"></a>Format</h2>
@@ -81,13 +96,13 @@
<h2 class="hasAnchor" id="fields"><a class="anchor" href="#fields"></a>Fields</h2>
- <p></p>
- <p><dl class='dl-horizontal'>
-<dt><code>name</code></dt><dd>The name of the product</dd></p>
- <p><dt><code>ais</code></dt><dd>A list of active ingredients</dd></p>
- <p><dt><code>concentrations</code></dt><dd>The concentration of the ais</dd></p>
- <p><dt><code>concentration_units</code></dt><dd>Defaults to g/L</dd>
-</dl></p>
+
+ <dl class='dl-horizontal'>
+<dt><code>name</code></dt><dd><p>The name of the product</p></dd>
+ <dt><code>ais</code></dt><dd><p>A list of active ingredients</p></dd>
+ <dt><code>concentrations</code></dt><dd><p>The concentration of the ais</p></dd>
+ <dt><code>concentration_units</code></dt><dd><p>Defaults to g/L</p></dd>
+</dl>
</div>
@@ -109,7 +124,7 @@
</div>
<div class="pkgdown">
- <p>Site built with <a href="http://hadley.github.io/pkgdown/">pkgdown</a>.</p>
+ <p>Site built with <a href="http://pkgdown.r-lib.org/">pkgdown</a>.</p>
</div>
</footer>

Contact - Imprint