Skip to contents

Get the binary/executable location in the package SSMSE. This function is from ss3sim.

Usage

get_bin(bin_name = "ss")

Arguments

bin_name

Name of SS3 binary, defaults to "ss"

Value

The path to an SS binary. If using the GitHub version of the package, this will be an internal binary. Otherwise, this function will search for a version of the binary in your path. See the ss3sim vignette.

Examples

if (FALSE) {
get_bin()
}