search for: folderpath

Displaying 6 results from an estimated 6 matches for "folderpath".

2012 Nov 02
1
mergeing a large number of large .csvs
...put<-multmerge(mypath=path) name <- list("x", "y", "z", "depth", "amplitude") try(names(output) <- name) write.csv(output, nf.name) } #assumes all folders are in the same directory, with nothing else there merge.by.folder <- function (folderpath){ foldernames<-list.files(path=folderpath) n<- length(foldernames) setwd(folderpath) for (i in 1:n){ path<-paste(folderpath,foldernames[i], sep="\\") nf.name <- as.character(paste(foldernames[i],".csv", sep="")) merepk (path,nf.name) } } folderpath &lt...
2010 Sep 15
2
Get File Names in Folder, Read Files, Update, and Write
Dear All, Could you please recommend how I can do this? I have several text files in one folder. Let's name them A0801.RSK, A0802.RSK, .... I would like R to 1) Know all file names in this folder 2) Update value in one column of these files 3) Write results in another text file with _xval in the file names Below is R code for read, update, and write one file
2011 Jun 10
1
Request: please test modification to EWS calendar functionality
I have expanded the EWS calendar functionality within Asterisk 1.8 so it is now possible to access any calendar within an Exchange 2007 or 2010 server. I have put the changes onto the reviewboard for astrisk but currently no one responded. So if you use the EWS calendar functionality within Asterisk and would like to have access to any calendar in Exchange please try the patch in the
2013 Feb 25
1
lmtp problem with wrong index path
...use_xuidl = yes pop3_uidl_format = %08Xu%08Xv } [root at pop02 ~]# egrep -v "^#|^$" /opt/dovecot/etc/dovecot/dovecot-ldap.conf.ext hosts = 62.103.147.203 dn = "cn=*****,ou=people,dc=otenet,dc=gr" dnpass = ***** base = ou=people,dc=otenet,dc=gr scope = onelevel user_attrs = folderPath=home,mailQuota=quota_rule=*:storage=%$M,uidNumber=uid,gidNumber=gid,mailPath=mail=mbox:~/:INBOX=%$:INDEX=/indexes/%1Mu/%2.1Mu/%3.1Mu/%u user_filter = (&(|(objectClass=otenetMailAccount)(objectClass=otenetservices))(|(uid=%u)(mail=%u)(mailAlternateAddress=%u))) pass_attrs = mail=user,userpasswo...
2010 Feb 24
1
Opaque error message and R GUI crashing while using glmnet
...9;s support team for more information." R did not close down after this but was hung up with the hourglass mouse symbol. I've attached a text file with some Y values in it. I've been able to reproduce the error message using the following commands: Y = as.matrix(read.table("C:\\folderpath\\Y_example.txt", header=T)) X=matrix(rnorm(100*20),100,20) example = glmnet(X,Y,family="binomial") If anyone can explain what this error means, or why glmnet would suddently stop working, I would appreciate your insight! Thanks, -- Katherine Fitzgerald PhD Candidate Department of...
2005 Jul 20
3
Another minor IMAP LIST issue
...r storing things like IMAP client configuration (e.g. Pine 4.x, IMHO, Prayer). Usually the user shouldn't be able to see these, but there are occassions when they might. It seems to me to be better to let the client decide. As I understand it, the IMAP RFC suggests that if you can "SELECT folderpath" a folder, you should also be able to list it with 'LIST "" "folderpath"' I've written a patch against 1.0-stable (it also works with test78) to add an extra namespace option "showdotfiles" (default "no"), to include folders beginning with &...