[R] R studio web-based console ?

2012-06-01 Thread Langston, Jim
Hi all, My console is no longer responding to commands, I'm using the web-based console running off of a server. I have tried to interrupt R, I have deleted the data and profile files in the user directory, and restarted the server, relogged in, flushed the cache on the browser, but the

Re: [R] R studio web-based console ?

2012-06-01 Thread Langston, Jim
. Langston, Jim jim.langs...@compuware.com wrote: Hi all, My console is no longer responding to commands, I'm using the web-based console running off of a server. I have tried to interrupt R, I have deleted the data and profile files in the user directory, and restarted the server, relogged

[R] Reading a file w/ two delimiters

2011-11-18 Thread Langston, Jim
Hi all, I've been scratching and poking, but basically, the file I need to read has two delimiters that I need to contend with. The first is that the file contains tabs (\t) , instead of newlines (\n), and the second is that the fields have | for the seperators. I can easily do a read if I first

Re: [R] Reading a file w/ two delimiters

2011-11-18 Thread Langston, Jim
into an element of a list. Then you can go through the lines manually (e.g. using grep, sub, strsplit) and create your data.frame. cheers, Paul On 11/18/2011 12:37 PM, Langston, Jim wrote: Hi all, I've been scratching and poking, but basically, the file I need to read has two delimiters that I need