Learn R Programming

altadata (version 0.1.1)

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

Description

Greater than condition by given column and value

Usage

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

Run this code
# NOT RUN {
  altadata.greater_than("mortality_rate", 2)
# }

Run the code above in your browser using DataLab