Validate name argument. It must be a snake_case character vector. You can add the a cdm object to check name
is not already used in that cdm.
Source: R/validate.R
validateNameArgument.Rd
Validate name argument. It must be a snake_case character vector. You can add
the a cdm object to check name
is not already used in that cdm.
Usage
validateNameArgument(
name,
cdm = NULL,
validation = "error",
null = FALSE,
call = parent.frame()
)