The functions in this group take a tax year and PIN as input and
return a vector as an output. The output vector can be used directly in
tax_bill
.
Functions
lookup_tax_code()
: Lookup the Cook County tax code for a specific PIN and year. Tax codes represent the unique geographic overlap of different taxing districts. If the input vectors are both length N, then the output will also be length N. If the input vectors are different lengths, the Cartesian product is returned.
See also
Other lookups:
lookup_dt
,
lookup_geom