| check.analysis {grandR} | R Documentation | 
Internal functions to check for a valid analysis or slot names.
Description
Internal functions to check for a valid analysis or slot names.
Usage
check.analysis(data, analyses, regex)
check.slot(data, slot, allow.ntr = TRUE)
check.mode.slot(data, mode.slot, allow.ntr = TRUE)
Arguments
| data | a grandR object | 
| analyses | a regex to be matched to analysis names | 
| regex | interpret as regular expression | 
| slot | a slot name | 
| allow.ntr | whether to allow for the value "ntr" (and throw an error in case) | 
| mode.slot | a mode.slot | 
Details
A mode.slot is a mode followed by a dot followed by a slot name, or just a slot name. A mode is either total, new or old.
Value
Whether or not the given name is valid and unique for the grandR object
[Package grandR version 0.2.5 Index]