validateNameLevel {omopgenerics} | R Documentation |
Validate if two columns are valid Name-Level pair.
Description
Validate if two columns are valid Name-Level pair.
Usage
validateNameLevel(x, nameColumn, levelColumn, sep = " &&& ", warn = FALSE)
Arguments
x |
A tibble. |
nameColumn |
Column name of the |
levelColumn |
Column name of the |
sep |
Separation pattern. |
warn |
Whether to throw a warning (TRUE) or an error (FALSE). |
[Package omopgenerics version 0.2.3 Index]