cli_process: Initialize the Command Line Interface options

Description Usage Arguments Value

View source: R/cliopts.r

Description

This function processes the command line interface options entered by a user and returns their input.

Usage

1
2
3
4
5
6
7
8
9
cli_process(
  domain_opts,
  default_infile,
  default_outfile,
  default_x,
  default_y,
  default_groupby,
  default_facetvar
)

Arguments

domain_opts

The list of potential command line arguments

default_infile

Default value for the name of the dataset file to load

default_outfile

Default value for the name of the output graph to export

default_x

Default field to use for the x axis

default_y

Default field to use for the y axis

default_groupby

Default field to group the data into

default_facetvar

Default field to segment the facets by

Value

The list of arguments provided on the cmd line by the user


bnestere/cliplot documentation built on June 7, 2020, 3:04 a.m.