argument_lut: Provides a convenient look up table to decifer command line...

View source: R/call.R

argument_lutR Documentation

Provides a convenient look up table to decifer command line arguments

Description

Provides a convenient look up table to decifer command line arguments

Usage

argument_lut()

Value

tibble of common argument descriptions

  • -b "YYYY-MM-DD HH:MM", Specify the begin (start) time for predictions.

  • -e "YYYY-MM-DD HH:MM", Specify the end (stop) time for predictions.

  • -f "t", Specify output format as a table as CSV

  • -m "r", Specify mode to be raw

  • -o "/path/to/output", Redirect output to the specified file (appends).

  • -s "HH:MM", Specify the step interval, in hours and minutes, for raw mode predictions.

  • -v "", Print version string and exit.


BigelowLab/maree documentation built on April 23, 2023, 4:19 p.m.