Skip to contents

Returns a data frame of unique tag values from a given tag metadata column, along with the number of datasets each tag appears in. Handles multi-tag fields with quoted values containing commas.

Usage

irw_tag_options(column)

Arguments

column

A character string specifying the tag column name.

Value

A data.frame with columns: tag and count, sorted by descending frequency.