Description Usage Value See Also Examples
View source: R/allVisualFunctions.R
Produce an overview of all functions of class visualFunction
available in the workspace or imported from packages. This overview includes
the descriptions and a list of what classes the functions are each intended
to be called on.
1 |
An object of class functionSummary
. This object has entries $name
(the function names), $description
(the function descriptions, as obtained from their
description
attributes) and $classes
(the classes each function is indeded
to be called on, as obtained from their classes
attributes).
visualFunction
allCheckFunctions
allSummaryFunctions
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.