View source: R/update_value_sets.R
| rename_value_set | R Documentation |
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.
rename_value_set(old_vs_code, new_vs_code, version, ask = TRUE)
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. |
Logical. TRUE if successful, FALSE otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.