altadata.greater_than_equal: Greater than equal condition by given column and value

Description Usage Arguments Value Examples

View source: R/altadata.R

Description

Greater than equal condition by given column and value

Usage

1
altadata.greater_than_equal(condition_column, condition_value)

Arguments

condition_column

column to which the condition will be applied

condition_value

value to use with condition

Value

Nothing just set the greater than equal condition parameters

Examples

1
2
3
4
## Not run: 
  altadata.greater_than_equal("mortality_rate", 3)

## End(Not run)

altadata documentation built on Dec. 7, 2020, 9:07 a.m.