Skip to contents

Display PolyFun help. Will automatically install PolyFun if has not been installed already.

Usage

POLYFUN_help(polyfun = NULL, conda_env = "echoR_mini", verbose = TRUE)

Arguments

polyfun

[Optional] Path to PolyFun executable.

conda_env

Conda environment name.

verbose

Print messages.

Value

PolyFun help message as character vector.

Examples

if (FALSE) { # \dontrun{
h <- echofinemap::POLYFUN_help()
} # }