pbdRPC (version 0.2-1)

find_plink: Find plink

Description

Find the plink internal compiled with pbdRPC package.

Usage

find_plink()

Arguments

Value

A full path a full path to the plink or plink.exe command if found. Otherwise, "plink" is returned.

Details

The function returns a full path to the plink or plink.exe command if found.

Examples

Run this code
# NOT RUN {
library(pbdRPC, quietly = TRUE)

find_plink()
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace