clickme: Create a new clickme visualization

View source: R/clickme.R

clickmeR Documentation

Create a new clickme visualization

Description

clickme() is used to create a clickme visualization.

Clickme: use R to create interactive visualizations

Usage

clickme(template, ...)

Arguments

template

template used to generate the visualization

...

arguments passed to the template

Details

There are four ways to call clickme:

  • clickme(template, arguments)

  • clickme(arguments)

  • clickme(template)

  • clickme()

The first form is recommended for code that is run from a script. It sets the template and the arguments to be used. The second form is recommended for quick command line input. Instead of setting the template, it uses the previously used template. The third form sets the template, but doesn't generate any visualization. This is useful when combined with the second form. The fourth way returns the current template.

Package options

Clickme uses the following options to configure behaviour:

  • clickme_templates_path: path where the templates are stored

  • clickme_output_path: path where the generated visualizations are saved (along with their dependencies)

Author(s)

Nacho Caballero <http://reasoniamhere.com>

References

Full documentation: https://github.com/nachocab/clickme/wiki;


nachocab/clickme documentation built on Nov. 11, 2023, 3:14 p.m.