Learn R Programming

altadata (version 0.1.1)

altadata.less_than_equal: Less than equal condition by given column and value

Description

Less than equal condition by given column and value

Usage

altadata.less_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 less than equal condition parameters

Examples

Run this code
# NOT RUN {
  altadata.less_than_equal("mortality_rate", 3)
# }

Run the code above in your browser using DataLab