echoCommand: FUSION R command line interface - Construct and echo the...

View source: R/CoreFunctions.R

echoCommandR Documentation

FUSION R command line interface – Construct and echo the command line.

Description

This is a helper function used in the fusionwrapr package to construct and echo the command line (depending of value of echoCmd parameter).

Usage

echoCommand(cmd, options, required, echoCmd)

Arguments

cmd

character string containing the program name and possibly the path.

options

character string containing command line options.

required

character string(s) containing required parameters for the command line.

echoCmd

boolean indicating command line should be echoed using message().

Value

boolean TRUE

Examples

## Not run: 
echoCommand("ClipData", "/minht:2.0", "*.las clip1.las", echoCmd = TRUE)

## End(Not run)

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