[R] "which" command
Dieter Menne
dieter.menne at menne-biomed.de
Fri Oct 6 17:09:37 CEST 2006
AgusSusanto <gusanto <at> gmail.com> writes:
>
> I obtained error messages when I run these commands in UNIX, but I
> obtained correct result when I run these command in WINDOWS. Can
> somebody point out the problem and give the solution. Thanks.
>
> > dt<-read.table(file="Fall.dat")
> > dim(dt)
> [1] 1941 5
Windows file names are not case sensitive, UNIX is. Check you effective filename.
Dieter
More information about the R-help
mailing list