Quantcast
Channel: R.NET
Viewing all articles
Browse latest Browse all 1634

New Post: exception unhandled in Reading data

$
0
0
Hello
Thank you for the wonderful middle ware R.NET.
I am trying to let R read data
My VB. net code is:
Dim charVec As CharacterVector = engine.CreateCharacterVector(New String() {"low_train.csv"})
          engine.SetSymbol("filename", charVec)
           engine.Evaluate("dataset<-read.table(filename, header=TRUE, sep = ',')")
I got the error
ParseException was unhandled

Any idea how to solve this
Thanks

Viewing all articles
Browse latest Browse all 1634

Trending Articles