pkgdown/analytics.html

Skip to contents

[Experimental]

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")).

Usage

select_gldp(pkg, tag_id)

Arguments

pkg

A GeoLocator Data Package object.

tag_id

A character vector of tag IDs to keep, or a negative character selection to remove.

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.