Description Usage Arguments Details Value Examples
Generic function for printing the details of data. Based on the data type, this calls the appropriate method.
1 |
X |
a data.frame or a vector |
xname |
name of the data to be printed. If missing then the
name of variable passed as |
... |
other parameters required for other methods of |
Current methods for explainer are for data.frame, numeric, integer,
character and factor vectors. To get the list of all available methods type
the command methods(explainer).
Prints the information on the console. For print information for the individual methods, see their documentation. Returns nothing.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.