Learn R Programming

zonator (version 0.6.0)

run_bat: Try to run a given batch (bat) files.

Description

Try to run a given batch (bat) files.

Usage

run_bat(bat.file, exe = "zig3")

Arguments

bat.file

Character string path to a Zonation batch (bat) file.

exe

Character string for overriding the default Zonation executable (default: zig3).

Value

A logical indicating whether running the batch file was successful.