[R] X-emacs and R for Windows

2003-07-01 Thread Chriss, Neil
Is there any way to make XEmacs (or any other editor) the default editor for R so that when I type sample - function(x,y) { + z-x+y + } + edit(sample) the XEmacs (or other editor) is the editor for this function (the default seems to be MS Notepad, blech). Thanks, Neil Chriss

[R] Help on using read.table with files containing dates

2003-06-25 Thread Chriss, Neil
I am a relatively new user of R and have a question about using the read.table command for reading in .csv files that contain dates. My ultimate goal is to be able to read several different files into data frames and then do a merge along the Date column of each data frame. It seems I should be