Hi everyone,
I have a set of data like this. Can anyone offer a solution as to how to get the first numbers in the parentheses to line up in a column, and the second numbers in the parentheses to line up in a column as well in R.
(50, 68), (55, 72), (56, 60), (45, 55), (48, 51), (44, 55), (33, 51), (44,
50), (60, 70), (55, 60), (60, 72), (77, 80), (70, 75), (66, 70), (59, 63), (62, 63)
Thanks!