Learn R Programming

valdr (version 2.1.0)

get_profiles_groups_categories: 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()

Arguments

Value

A data frame with columns:

  • profileId

  • categoryId

  • categoryName

  • groupId

  • groupName

Details

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

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