aboutsummaryrefslogtreecommitdiff
path: root/pkg/man/pfm_product.Rd
blob: 41ea4aa1d56c97265548f22e60908c49bbb50767 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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