Displaying 2 results from an estimated 2 matches for "kunta".
Did you mean:
xunta
2002 Apr 12
4
Matrix to data.frame without factors
...e other but related question is odd. This time I have numeric col in a
data.frame (at least it should be) which I have fetched from Excel through
RODBC (it's great). But when I'm trying to convert Na to 0 as a side effect
these columns get converted to characters:
> is.numeric(as.matrix(KUNTADATA[,15]))
[1] TRUE
> is.numeric(as.data.frame(as.matrix(KUNTADATA[,15])))
[1] FALSE
or
> is.numeric(data.frame(as.matrix(KUNTADATA[,15])))
[1] FALSE
as.numeric works of course but that's not to way to do well and error robust
code.
Please let me know if you have any idea how to avoid a...
2003 May 08
1
Setting DOS 'hidden' 'archive' and 'read-only' attributes on Directories
Hi All,
I'm trying to convert one of our application servers to RedHat 9.0, for
this to succeed i need to be sure that i can set DOS attributes on
directories, it works fine for files but i haven't been able to get it
to work for directories, can one of you enlighten me and tell me what i
need to do to get this to work?
thanks,
Martijn
smb.conf