altadata.greater_than: Greater than condition by given column and value

Description Usage Arguments Value Examples

View source: R/altadata.R

Description

Greater than condition by given column and value

Usage

1
altadata.greater_than(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 condition parameters

Examples

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

## End(Not run)

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