Skip to contents

Map concept IDs to concept names Reads a line-delimited list of concept IDs and returns the matching concept names from `regimens_env$concepts` already in scope.

Usage

conceptToList(concept_file = NULL, ignore_default_list = FALSE)

Arguments

concept_file

Optional path to a file with one concept_id per line.

ignore_default_list

When TRUE and a concept_file is provided, use only the user-provided list. If no concept_file is provided, the default list is used.

Value

Character vector of unique concept names.