On 12-01-16 2:45 PM, Ajay Askoolum wrote:
I am looking for a means to call Win32 API calls from R for Windows. Is that
possible?
Just write the call in C, and call your C code from R, using .C() or
.Call() (depending on what you need to pass to it). Generally .C() is
easier, but .Call() is
As far as I can see, R's system, shell etc. functions either call/launch
functionality in the core operating system (COMMAND.COM) or free standing exes.
Win32 APIs are buried inside operating system synamic link libraries (DLLs) and
can be called by other languages. An example is:
Function Pat
Wouldn't that be possbile to do through the
?system
function?
Contact
Details:---
Contact me: tal.gal...@gmail.com | 972-52-7275845
Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) |
www.r-statistics.com (E
I am looking for a means to call Win32 API calls from R for Windows. Is that
possible?
Thanks.
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting gu
4 matches
Mail list logo