init_opts: Initialize the Command Line Interface options

Description Usage Arguments Value

View source: R/cliopts.r

Description

This function initializes a set of options that are used in generating the graph.

Usage

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

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 facet the data by

Value

A list of options available


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