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)
Label for the module; must be limited to alphanumeric characters and underscores.
Usually it is better to call module
instead.