Skip to contents

Extract the value with the named tags from the union. NULL if the tag is not currently selected.

Arguments

union

UNION

tag

VARCHAR

Examples

if (FALSE) { # \dontrun{
union_extract(s, 'k')
} # }