programName: FUSION R command line interface - Build text string for the...

View source: R/CoreFunctions.R

programNameR Documentation

FUSION R command line interface – Build text string for the program name.

Description

This is a helper function used in the fusionwrapr package to build the text string for the program name. It uses the use64bit parameter to control use of 64-bit versions of command line programs and will include the FUSION install path if it has been provided using setFUSIONpath().

Usage

programName(name, use64bit = FALSE)

Arguments

name

character string with the base program name.

use64bit

boolean value indicating 64-bit version of the program specified in name should be used. If setFUSIONpath has been called, the path is added to the return string.

Value

A (invisible) string containing the program name.

Examples

## Not run: 
programName("ClipData", TRUE)

## End(Not run)

bmcgaughey1/fusionwrapr documentation built on Dec. 1, 2024, 7:13 a.m.