Validates the input column exists in the dataframe, is of the correct type, and that all values are greater than or equal to 0.
validate_input_column(column_name, input_df, greater_than_zero = TRUE)
None
String value of the column name
Dataframe containing option_name (str) and various other columns depending on the distribution type. See vignette for more details.
Boolean: Do all values in the column have to be greater than zero?