aboutsummaryrefslogtreecommitdiff
path: root/pkg/man/pfm_product.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/man/pfm_product.Rd')
-rw-r--r--pkg/man/pfm_product.Rd26
1 files changed, 26 insertions, 0 deletions
diff --git a/pkg/man/pfm_product.Rd b/pkg/man/pfm_product.Rd
new file mode 100644
index 0000000..41ea4aa
--- /dev/null
+++ b/pkg/man/pfm_product.Rd
@@ -0,0 +1,26 @@
+% Generated by roxygen2 (4.1.1): do not edit by hand
+% Please edit documentation in R/pfm_chent.R
+\docType{class}
+\name{pfm_product}
+\alias{pfm_product}
+\title{R6 class for holding a product with at least one active ingredient}
+\format{An \code{\link{R6Class}} generator object.}
+\usage{
+pfm_product
+}
+\description{
+An R6 class for holding information about a product with at least one active ingredient
+}
+\section{Fields}{
+
+\describe{
+\item{\code{name}}{The name of the product}
+
+\item{\code{ais}}{A list of active ingredients}
+
+\item{\code{concentrations}}{The concentration of the ais}
+
+\item{\code{concentration_units}}{Defaults to g/L}
+}}
+\keyword{data}
+

Contact - Imprint