I'm trying to upload my data from my excel file, and have to seperate columns, but R puts it into one. I have no idea what I may be doing wrong or how to adjust this.

most likely these are not excel files (.xlsx etc) but rather files that excel can open; such as csv/tsv etc.
looks like a semicolon seperated values file. so read.csv2 should work

1 Like

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

If you have a query related to it or one of the replies, start a new topic and refer back with a link.