Displaying 3 results from an estimated 3 matches for "data50".
Did you mean:
data0
2008 May 14
2
dataframes to a list
Hi R,
I have the data frames, data1, data2....data50. Now I want to put all of
these in a single list. But,
>list(data1, data2,.........data50) is very big to write. How do I then
do it?
Thanks,
Shubha
This e-mail may contain confidential and/or privileged i...{{dropped:13}}
2006 Sep 13
2
recursive methods for concatenating sets of files
...im("t (46).txt", quote="", as.is=TRUE)
data47 <-read.delim("t (47).txt", quote="", as.is=TRUE)
data48 <-read.delim("t (48).txt", quote="", as.is=TRUE)
data49 <-read.delim("t (49).txt", quote="", as.is=TRUE)
data50 <-read.delim("t (50).txt", quote="", as.is=TRUE)
data51 <-read.delim("t (51).txt", quote="", as.is=TRUE)
data52 <-read.delim("t (52).txt", quote="", as.is=TRUE)
data53 <-read.delim("t (53).txt", quote="",...
2001 Jul 16
1
Problems starting applications using wine
Hi!
Trying to start notes (or others) with wine I'll get:
xch4008@teatime:~/.wine > wine c:\\programme\\notes50\\nlnotes
y:\\notes\\data50\\notes50.ini
For language 'german' several language ids were found:
de_DE - 0407; de_CH - 0807; de_LU - 1007; de_LI - 1407;
Instead of using first in the list, suggest to define
your LANG environment variable like this: LANG=de_DE
fixme:console:SetConsoleCtrlHandler ((nil),0) - no error ch...