I'm trying to import a CSV file into R and when it gets imported, the entries get numbered down the left side. How do I get rid of that?
Thanks, Jason *> read.csv(file="C:\\Program Files\\R\\Test Data\\sales.csv",head=TRUE) Month Sales 1 January 422 2 February 151 3 March 451 4 April 175 5 May 131 6 June 307 7 July 47 8 August 12 9 September 488 10 October 122 11 November 54 12 December 244 > * [[alternative HTML version deleted]] ______________________________________________ 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.