[R] Sending Notes email out of R under windows

2008-09-29 Thread popsmelove
Hi, I'm trying to send a mail out of R with my lotus Notes mailing box. I've find the object "Notes.NotesSession", but when I use comGetObjectInfo to know wich method I can Use there is nothing (on ly return NULL) Then I don't know how to send an E-mail with R script. Have you an idea ? Th

[R] Com Object mystake

2008-08-27 Thread popsmelove
Hi, I've some problem to close a com Object that I've open. example : I create the Com Object Excel : fxl = comCreateObject("Excel.Application") To close I normally used gc(verbose = FALSE) -> silent This is ok with my first Pc, the Com Object Excel is kill, but for my second computer t