Thanks, this could be very useful.
• 0 views
•
link
anyone have R code to execute plink cmd from within R script? i know plink developers have written R-plugins, but these are not implemented in Windows 7 (OS i am using).
system("plink --flag1 --flag2 --etc")
That's how I do it, anyway.
try using system("./plink --file --flag1 --flag2 --out")
Log in to answer this question.