Keeps or removes rows linked to selected tag_id values in every resource that has
a tag_id column.
Use a negative selection to drop tags:
select_gldp(pkg, -"14AC") or select_gldp(pkg, -c("14AC", "15BC")).
Value
A filtered GeoLocator Data Package object with derived properties
recomputed via update_gldp().
See also
tags() to inspect available tag IDs and update_gldp() for the
derived properties recomputed after filtering.
