Displaying 2 results from an estimated 2 matches for "redord".
Did you mean:
reword
2008 Jul 20
3
Order of columns(variables) in dataframe
Dear R experts,
I have a dataframe with 4 columns (variables). I want to redorder (or reposition) these columns on the basis of a value in its last row. e.g.
df1<-data.frame( v1= c(2,3,1,9,5), v2=c(8,5,12,4,11), v3=c(7,8,2,6,9), v4=c(1,4,6,3,6))
> df1
v1 v2 v3 v4
1 2 8 7 1
2 3 5 8 4
3 1 12 2 6
4 9 4 6 3
5 5 11 9 6
I wanto to get the order of df...
2003 Dec 01
0
No subject
...tion some data are not updated, I receive the
folowing messages:
kernel: smb_open: vc2000/maca01000.dbf access denied, access=0, wish=1
kernel: smb_open: vc2000/maca01001.dbf access denied, access=0, wish=1
I made a test with another small DBF file, from FoxPro, creating the
table,
appending some redords and deleting some records, and every test works
OK.
On an older message from Mr. Urban I found the following tip:
UB> If this used to work in 2.2.7 you can try removing these two lines
from
UB> smb_proc_open (fs/smbfs/proc.c)
UB> if (!(wish & (O_WRONLY | O_RDWR)))
UB>...