get_profiles_groups_categories: Get profile group and category mappings

View source: R/profiles.R

get_profiles_groups_categoriesR Documentation

Get profile group and category mappings

Description

Returns a long-format data frame of profile–category–group relationships. Each row represents a single combination of:

  • profileId

  • categoryId / categoryName (may be blank for legacy profiles)

  • groupId / groupName (may be blank for legacy profiles)

Usage

get_profiles_groups_categories()

Details

Legacy profiles without groups or categories are still included, with blank group/category fields.

Internal function – use the exported wrapper(s) instead.

Value

A data frame with columns:

  • profileId

  • categoryId

  • categoryName

  • groupId

  • groupName


valdr documentation built on April 22, 2026, 9:08 a.m.