find_executables_remote: Find remotely stored executable(s)

View source: R/find_executables_remote.R

find_executables_remoteR Documentation

Find remotely stored executable(s)

Description

Find the path to one or more executable binary for each given software.

Usage

find_executables_remote(
  path = NULL,
  tool = c("bcftools", "gcta", "plink"),
  verbose = TRUE
)

Arguments

path

User-provided path to executable. Is NULL (default), an executable will be downloaded and stored automatically.

verbose

Print messages.

Value

Path to executable.

Examples

paths <- find_executables_remote()

RajLabMSSM/echoconda documentation built on May 21, 2023, 10:19 a.m.