View source: R/get_plink_subfolder_name.R
get_plink_subfolder_name | R Documentation |
PLINK
subfolder as used by plinkrGet the path to the default PLINK
subfolder as used by plinkr.
get_plink_subfolder_name(
plink_version = get_default_plink_version(),
os = get_os()
)
plink_version |
version of PLINK, e.g. |
os |
name of the operating system, as returned by app_dir |
plinkr installs all versions of PLINK
in
a default PLINK
folder,
as can be obtained by get_plink_folder.
In that PLINK
folder, there are different subfolders for the
different version of PLINK
.
The subfolders are named plink_[version]_[os]
,
where [version]
denotes the PLINK
version (where
the periods are replaced by underscores) and [os]
denotes the operating system, as obtained by get_os.
Examples are
plink_1_7_unix
, plink_1_9_mac
and plink_2_0_win
.
path to the default PLINK executable as used by plinkr
Richèl J.C. Bilderbeek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.