Re: [R] R import glitch "missing data"

2011-05-26 Thread StatBat2
Wierd... sorry about the double posting... -- View this message in context: http://r.789695.n4.nabble.com/R-import-glitch-missing-data-tp3553079p3553444.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list

Re: [R] R import glitch "missing data"

2011-05-26 Thread StatBat2
y file does use (") around some of my dollar values...here are all ways in which values on my .txt file are expressed. 900 -900 $900 "900" "(900)" The .csv version of my file uses: 900 -900 $900 I am still new to practically everything about command syntax (just FYI) Thank

[R] R import glitch "missing data"

2011-05-26 Thread StatBat2
Hello! I am trying import data into R and im running into a snag. GOAL: Import a 4 column, 8,000 row table into R including headers. WHAT I'VE ATTEMPTED: Original data was in Excel format. Converted data to both a .txt and .csv (to see which worked better) Imported data into R via commands as o