Displaying 1 result from an estimated 1 matches for "snortalerts".
2009 Sep 01
3
Simple question about error on CSV import
I have a substantial CSV to import but can't seem to import even the
simplest CSV.
I'm running the latest stable REvolution R on OS X if that is pertinent.
Here's the contents of a simple test2.csv CSV file:
#,Status,Project
5842,New,Test
> snortalerts = read.table( "/Users/lcox/Documents/test2.csv", header=TRUE,
> sep=",", row.names="#")
Error in data[[rowvar]] : attempt to select less than one element
I can't see how it could get any more simple, yet it doesn't work. I'm
obviously missing something...