Description Usage Arguments Value
This function processes the command line interface options entered by a user and returns their input.
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
)
|
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 |
The list of arguments provided on the cmd line by the user
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.