When proc_transpose() has many by variables, it can fail. The issue is that when the by variables create subset blocks smaller than the block that needs to be transposed, the split function on line 278 proc_transpose.R fails. Need to deal with this situation. Not sure how yet.
When proc_transpose() has many by variables, it can fail. The issue is that when the by variables create subset blocks smaller than the block that needs to be transposed, the split function on line 278 proc_transpose.R fails. Need to deal with this situation. Not sure how yet.