Re: [R] A simple string alienation question.

2020-04-14 Thread Erich Subscriptions
read.csv has parameters sep, quote and dec You have to get these right to represent the structure of you input file. > On 14.04.2020, at 11:28, Sam Charya via R-help wrote: > > > > Hello Dear R Community, > I would ask a little bit of help from you please:I have a dataset, which is > in a CSV

Re: [R] A simple string alienation question.

2020-04-14 Thread Eric Berger
Hi Sam, This should be straightforward. But to help out the people who could give you an answer it would be better if you could provide the information a bit more clearly as follows: 1. send your email in plain text mode. If you use gmail, when you are composing your email, you can click on the 3 d

[R] A simple string alienation question.

2020-04-14 Thread Sam Charya via R-help
Hello Dear R Community, I would ask a little bit of help from you please:I have a dataset, which is in a CSV file – I have read it into R as follows:                   V11   tropical fruit"2       whole milk"3        pip fruit"4 other vegetables"5       whole milk"6       rolls/buns" The issue