search for: sarri

Displaying 4 results from an estimated 4 matches for "sarri".

Did you mean: sardi
2009 May 16
2
newbie: closing unused connection + readline
Hello; I am new to R and trying to read a line from socket connection at a time but at the end of script I am getting "closing unused connection" warning. I am not able to understand how to solve this. I want to read a line from socket and then use read.table/scan on that line but it looks like I am opening multiple connections instead of just one. I think I am doing something wrong or
2002 Mar 08
7
Samba in a Win2000 / NT Enterprise
Hello, I am currently integrating 20 workstations and 5 Servers (all Dell Products) running Red Hat 7.2 (2.4.7-10) into a Windows 2000 / NT Enterprise network of about 2,000 users. I have been using a Samba server (version 2.2.1) with "security=domain" so that any user with a W2K domain logon can access the Samba file server. However, I want to move into full integration and set up all
2008 Aug 20
1
read.csv : double quoted numbers
Hello; I am new user of R; so pardon me. I am reading a .txt file that has around 50+ numeric columns with '\t' as separator. I am using read.csv function along with colClasses but that fails to recognize double quoted numeric values. (My numeric values are something like "1,001.23"; "1,008,000.456".) Basically read.csv fails with - "scan() expected 'a
2008 Sep 02
1
R Newbie: quantmod and zoo: Warning in rbind.zoo(...) : column names differ
Hello; I am trying following but getting a warning message : Warning in rbind.zoo(...) : column names differ, no matter whatever I do. Also I do not want to specify column names manually, since I am just writing a wrapper function around getSymbols to get chunks of data from various sources - oanda, dividends etc. I tried giving col.names = T/F, header = T/F and skip = 1 but no help. I think