state_from_blockid_table was used in some special cases e.g., in testpoints_n()
Source:R/state_from_latlon.R
state_from_blockid_table.Rd
given data.table with blockid column, get state abbreviation of each - not used?
Examples
x = sample(blockpoints$blockid, 3)
state_from_blockid_table(blockpoints[blockid %in% x, ])[]
mapfast(blockpoints[blockid %in% x, ])
table(state_from_blockid_table(testoutput_getblocksnearby_10pts_1miles))
# unique(state_from_latlon(testpoints_10)$ST) # slow
all.equal(state_from_blockid(x), state_from_blockid_table(blockpoints[blockid %in% x, ]))