Returns a code block that begins a psychTestR module. Modules have their own set of local variables. They also have identifying labels that are stored alongside result entries created during the module.

begin_module(label)

Arguments

label

Label for the module; must be limited to alphanumeric characters and underscores.

Note

Usually it is better to call module instead.