From 40d06320e097434a924c0d57b26e5e1a7574625c Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 27 Sep 2016 16:11:25 +0200 Subject: Add staticdocs --- docs/pp.html | 111 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 docs/pp.html (limited to 'docs/pp.html') diff --git a/docs/pp.html b/docs/pp.html new file mode 100644 index 0000000..087141a --- /dev/null +++ b/docs/pp.html @@ -0,0 +1,111 @@ + + + + +pp. chents 0.2-3 + + + + + + + + + + + + + + + + + + +
+
+ +
+ +

R6 class for holding a product with at least one active ingredient

+ +
+
+

Usage

+
pp
+ +
+

Format

+ +

An R6Class generator object.

+ +
+ +
+

Description

+ +

An R6 class for holding information about a product with at least one active ingredient

+ +
+ +
+

Fields

+ +

+ +

+
name
The name of the product

+ +

ais
A list of active ingredients

+ +

concentrations
The concentration of the ais

+ +

concentration_units
Defaults to g/L

+ +

+ +
+
+ +
+ + +
+ + \ No newline at end of file -- cgit v1.2.1