cdss_sma2csma expects a skill multi-assignment object and returns
the corresponding complete skill multi-assignment.
If this would involve cycles, the function stops by default - except if
allowcycles is set to TRUE. In that case, the result may
be ill-defined!
cdss_sma2csma(sma, allowcycles = FALSE)Object of class cdss_csma.
Skill multi-assignment to be completed
Whether prerequisite cycles should be allowed (default = FALSE)