compare_value_based_on_interval: Compare Value Based On Interval

Description Usage Arguments Value

View source: R/recode-with-table.R

Description

Compare values on the scientific notation interval

Usage

1
2
3
4
5
6
7
compare_value_based_on_interval(
  left_boundary,
  right_boundary,
  data,
  compare_columns,
  interval
)

Arguments

left_boundary

the min value

right_boundary

the max value

data

the data that contains values being compared

compare_columns

The columns inside data being checked

interval

The scientific notation interval

Value

a boolean vector containing true for rows where the comparison is true


recodeflow documentation built on June 9, 2021, 9:07 a.m.