OGRE_ODM_SAMPLE_TYPES

OGRE_ODM_SAMPLE_TYPES(stringsAsFactors = default.stringsAsFactors())

Arguments

stringsAsFactors

TRUE or FALSE (default: default.stringsAsFactors) passed on to data.frame()

Value

data frame with sample types

Examples

str(OGRE_ODM_SAMPLE_TYPES())
#> Warning: 'default.stringsAsFactors' is deprecated.
#> Use '`stringsAsFactors = FALSE`' instead.
#> See help("Deprecated")
#> 'data.frame':	2 obs. of  2 variables:
#>  $ Term      : chr  "Composite" "Single"
#>  $ Definition: chr  "Composite sample of one or more bottles of autosampler (OGRE)" "Single sample of one sampling or one bottle of autosampler (OGRE)"