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 faster and more flexible.

Duncan Murdoch

______________________________________________
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.

Reply via email to