From f908377f1de2e04ca3720d10084169c46a477ce2 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 28 Sep 2015 21:34:23 +0200 Subject: Several changes heading for a release to the public - Add tests - Add staticdocs - Documentation improvements - Several small code improvements --- inst/web/pp.html | 107 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 inst/web/pp.html (limited to 'inst/web/pp.html') diff --git a/inst/web/pp.html b/inst/web/pp.html new file mode 100644 index 0000000..8c8f36f --- /dev/null +++ b/inst/web/pp.html @@ -0,0 +1,107 @@ + + + + +pp. chents 0.2-1 + + + + + + + + + + + + + + + + + +
+
+ +
+ +

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