I want to import the following dataframe LINK.
It contains 8 columns that are separated by spaces. If I read it in with read.table(...,sep="")
I have the problem that the 7th column contains names that can contain some white space as well, e.g. the third line: "Donaueschingen (Landeplatz)". Unfortunately column values are not quoted.
Is it still possible to import them?