separate_rows: Separate a collapsed column into multiple rows
Description
separate_rows() has been superseded in favour of separate_longer_delim()
because it has a more consistent API with other separate functions.
Superseded functions will not go away, but will only receive critical bug
fixes.
If a variable contains observations with multiple delimited values,
separate_rows() separates the values and places each one in its own row.