rename_value_set: Rename a value set

View source: R/update_value_sets.R

rename_value_setR Documentation

Rename a value set

Description

Renames a value set by dropping the old VS_code and reinstalling under the new VS_code. The value data is preserved — only the identifier changes.

Usage

rename_value_set(old_vs_code, new_vs_code, version, ask = TRUE)

Arguments

old_vs_code

Character. The current VS_code.

new_vs_code

Character. The new VS_code to use.

version

Character. One of "3L", "5L", or "Y3L".

ask

Logical. Whether to ask for confirmation. Defaults to TRUE.

Value

Logical. TRUE if successful, FALSE otherwise.


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