View source: R/calculateGATexclusions.R
calculateGATexclusions | R Documentation |
This function cleans up the code to flag areas based on exclusion criteria so that they will not be used in the merge.
calculateGATexclusions(d, var, math, val)
d |
The dataset containing the flag and exclusion variables. |
var |
The variable to use when calculating exclusions. |
math |
The condition to use when calculating exclusions. Recognized conditions include "equals", "less than", "greater than". |
val |
The value to compare to |
calculateGATexclusions(d = hftown, var = "TOTAL_POP",
math = "less than", val = 1000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.