buildCommand: FUSION R command line interface - Construct the command line.

View source: R/CoreFunctions.R

buildCommandR Documentation

FUSION R command line interface – Construct the command line.

Description

This is a helper function used in the fusionwrapr package to construct the command line.

Usage

buildCommand(cmd, options, required)

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.

Value

invisible string containing complete command line

Examples

## Not run: 
buildCommand("ClipData", "/minht:2.0", "*.las clip1.las")

## End(Not run)

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