validateNameArgument {omopgenerics} | R Documentation |
Validate name argument.
Description
Validate name argument.
Usage
validateNameArgument(
name,
cdm = NULL,
validation = "error",
null = FALSE,
call = parent.frame()
)
Arguments
name |
Name of a new table to be added to a cdm object. |
cdm |
A cdm_reference object. It will check if a table named name already exists in the cdm. |
validation |
How to perform validation: "error", "warning". |
null |
If TRUE, name can be NULL |
call |
A call argument to pass to cli functions. |
[Package omopgenerics version 0.3.1 Index]