create_parser {flowml}R Documentation

create_parser

Description

Creates an object that defines and handles command line arguments.

Usage

create_parser()

Details

A parser that organizes the communication between the user and th function. It also provides a help message.

Value

An instance of type 'optparse::OptionParser'.

Author(s)

Sebastian Malkusch


[Package flowml version 0.1.3 Index]