Execute Plink Cmd From Within R Script?
2
2
Entering edit mode
12.1 years ago
Occam ▴ 410

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

r plink • 5.8k views
ADD COMMENT
7
Entering edit mode
12.1 years ago

system("plink --flag1 --flag2 --etc")

That's how I do it, anyway.

ADD COMMENT
0
Entering edit mode

Thanks, this could be very useful.

ADD REPLY
0
Entering edit mode

so simple. just saved me hours. thx!

ADD REPLY
0
Entering edit mode
7.4 years ago

try using system("./plink --file --flag1 --flag2 --out")

ADD COMMENT

Login before adding your answer.

Traffic: 2052 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6