View source: R/recode-with-table.R
compare_value_based_on_interval | R Documentation |
Compare values on the scientific notation interval
compare_value_based_on_interval(
left_boundary,
right_boundary,
data,
compare_columns,
interval
)
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 |
a boolean vector containing true for rows where the comparison is true
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.