Choices that can be present in estimate_type
column.
Source: R/classSummarisedResult.R
estimateTypeChoices.Rd
Choices that can be present in estimate_type
column.
Value
A character vector with the options that can be present in
estimate_type
column in the summarised_result objects.
Examples
library(omopgenerics)
estimateTypeChoices()
#> [1] "numeric" "integer" "date" "character" "proportion"
#> [6] "percentage" "logical"