eqvs_display: eqvs_display

View source: R/EQ_functions.R

eqvs_displayR Documentation

eqvs_display

Description

Display available value sets, which can also be used as (reverse) crosswalks. Built-in value sets are shown first, followed by any user-defined value sets added via eqvs_add().

Usage

eqvs_display(version = "5L", return_df = FALSE, show_citation = FALSE)

Arguments

version

Version of the EQ-5D instrument. One of "3L", "5L" (default), or "Y3L".

return_df

Logical. If TRUE, returns a data.frame with all columns (including citation if present). Defaults to FALSE.

show_citation

Logical. If TRUE, prints the full AMA citation for each value set after the summary table. Defaults to FALSE.

Value

NULL invisibly (default), or a data.frame when return_df = TRUE.

Examples

# Display available EQ-5D-5L value sets.
eqvs_display(version = "5L")

eq5dsuite documentation built on May 14, 2026, 5:07 p.m.