search for: write_xml

Displaying 1 result from an estimated 1 matches for "write_xml".

Did you mean: write_impl
2013 Oct 07
1
Why read.table replacing space with "." in the header
...?? 2??????????? 3 A.K. Hello Guys Please look at the following code. I dont have "." in the input data frame. But why i am getting when i read the data.frame again. dd <- data.frame("Phylo Tree"= c(1:10), "Genesis Tree"= c(2:11)) ?write.table(dd, "D:\\Write_XML\\testdf.csv", sep=",") ?yy <- read.table("D:\\Write_XML\\testdf.csv", sep=",") ?names(yy) [1] "Phylo.Tree" ? "Genesis.Tree" Thanks Krishna