[R] How to keep spacing in column name while reading data from data frame?

Manish Gupta mandecent.gupta at gmail.com
Wed Apr 18 05:11:39 CEST 2012


Hi, 

 I am working on dataframe and column names are multiwords but when i read
it it become one word with space relplaced by "."  How can i keep normall
spacing reading file. 

for e.g. 

input file

Data Test       Data Out
3                        5
5                        4

But when i read this data in table it becomes
Data.Test        Data.Out
3                        5
5                        4

Pls help me out. Thanks



--
View this message in context: http://r.789695.n4.nabble.com/How-to-keep-spacing-in-column-name-while-reading-data-from-data-frame-tp4566585p4566585.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list