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.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to