Learn R Programming

flowml (version 0.1.3)

create_parser: create_parser

Description

Creates an object that defines and handles command line arguments.

Usage

create_parser()

Arguments

Value

An instance of type 'optparse::OptionParser'.

Author

Sebastian Malkusch

Details

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