validateResultArgument {omopgenerics} | R Documentation |
validateResultArgument
Description
validateResultArgument
Usage
validateResultArgument(
result,
checkNoDuplicates = FALSE,
checkNameLevel = FALSE,
checkSuppression = FALSE,
validation = "error",
call = parent.frame()
)
Arguments
result |
summarised_result object to validate. |
checkNoDuplicates |
Whether there are not allowed duplicates in the result object. |
checkNameLevel |
Whether the name-level paired columns are can be correctly split. |
checkSuppression |
Whether the suppression in the result object is well defined. |
validation |
Only error is supported at the moment. |
call |
parent.frame |
Value
summarise result object
[Package omopgenerics version 0.4.1 Index]