create_parser: create_parser

View source: R/fml_parser.R

create_parserR 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


flowml documentation built on May 29, 2024, 10:43 a.m.

Related to create_parser in flowml...