Data in parenthesis

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!

To help us help you, could you please prepare a reproducible example (reprex) illustrating your issue? Please have a look at this guide, to see how to create one:

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.