Re: [R] Use R in Visual Basic Environment

2010-09-29 Thread Christophe Bouffioux
Hi Soumen,

it depends what you mean by embedded
what i have done once is to run a R script in batch mode from an access
application,
the R code import an access table, with the RODBC package, produce some
table and graph
which are compiled on the fly in html output, using HWRITER or R2HTML
package
and i can open this html output from an access form, or it open
automatically


kind regards
Christophe




On Tue, Sep 28, 2010 at 12:39 PM, Soumen Pal soumen.4...@gmail.com wrote:

 I need your kind help regarding the following:

 I wish to know is there any way to use R in Visual Basic environment. I
 want
 to develop a VB application where R can be embedded (R will work as a back
 end statistical engine). If available, please provide me some source of
 study materials/articles available on the internet related to this.

 --
 Thanks  Regards,

 Soumen Pal

[[alternative HTML version deleted]]

 __
 R-help@r-project.org mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide
 http://www.R-project.org/posting-guide.htmlhttp://www.r-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.


[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Use R in Visual Basic Environment

2010-09-29 Thread Liviu Andronic
Hello

On Tue, Sep 28, 2010 at 1:39 PM, Soumen Pal soumen.4...@gmail.com wrote:
 I need your kind help regarding the following:

 I wish to know is there any way to use R in Visual Basic environment. I want
 to develop a VB application where R can be embedded (R will work as a back
 end statistical engine). If available, please provide me some source of
 study materials/articles available on the internet related to this.

Have you tried searching 'r vba' on Google [1]? At least the second
and third links seem relevant. I think you'll want to search for 'vba
rexcel' on either Google or Rseek. Regards
Liviu

[1] 
http://www.google.com/search?hl=ensource=hpq=r+vbabtnG=Google+Searchaq=faqi=aql=oq=gs_rfai=

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] Use R in Visual Basic Environment

2010-09-28 Thread Soumen Pal
I need your kind help regarding the following:

I wish to know is there any way to use R in Visual Basic environment. I want
to develop a VB application where R can be embedded (R will work as a back
end statistical engine). If available, please provide me some source of
study materials/articles available on the internet related to this.

-- 
Thanks  Regards,

Soumen Pal

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.