Skip to content
Prev 336336 / 398502 Next

Handling special characters in reading and writing to CSV

Hi Venkata,

That example reads into R fine for me. I copied and saved it as
tmp.csv and simply read it in with

dat <- read.csv("tmp.csv")

which gave me a data.frame with one row and 78 columns as expected.
This worked in three different environments (linux, mac, windows), and
with different versions of R. Does it not work for you? If not please
post the results of running sessionInfo() so we can see what version
of R etc. you are using.

Best,
Ista

On Thu, Feb 6, 2014 at 3:34 AM, Venkata Kirankumar
<kiran4u2all at gmail.com> wrote: