find_plink {pbdRPC} | R Documentation |
Find the plink internal compiled with pbdRPC package.
find_plink()
The function returns a full path to the plink
or plink.exe
command if found.
A full path a full path to the plink
or plink.exe
command if found. Otherwise, "plink" is returned.
## Not run: library(pbdRPC, quietly = TRUE) find_plink() ## End(Not run)