check.analysis | R Documentation |
Internal functions to check for a valid analysis or slot names.
check.analysis(data, analyses, regex)
check.slot(data, slot, allow.ntr = TRUE)
check.mode.slot(data, mode.slot, allow.ntr = TRUE)
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 |
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.
Whether or not the given name is valid and unique for the grandR object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.