validateNamesInDims {crunch} | R Documentation |
error iff the names are not a dimension in the cube provided
Description
error iff the names are not a dimension in the cube provided
Usage
validateNamesInDims(names, cube, what = "transforms")
Arguments
names |
the names to check for in the cube |
cube |
a CrunchCube object to check |
what |
a character describing what is being checked (default: transforms ) to include in the error to make it easier for users to see what is failing. |
[Package crunch version 1.31.0 Index]