gadget_binary {gadget2}R Documentation

Return the location of the gadget binary installed by this package

Description

Return the location of the gadget binary installed by this package

Usage

gadget_binary()

Value

File path, e.g. "/usr/local/lib/R/site-library/gadget/bin/gadget"

Examples

# Run gadget, capture help output
help_output <- system2(gadget_binary(), '-h', stdout = TRUE)

[Package gadget2 version 2.3.11 Index]