inspectDT | R Documentation |
Uses datatable to create a HTML table widget using the DataTables library. Rules can be interactively filtered and sorted.
inspectDT(x, ...)
## Default S3 method:
inspectDT(x, ...)
## S3 method for class 'rules'
inspectDT(x, precision = 3, ...)
## S3 method for class 'itemsets'
inspectDT(x, precision = 3, ...)
## S3 method for class 'data.frame'
inspectDT(x, precision = 3, ...)
x |
an object of class "rules" or "itemsets". |
... |
additional arguments are passed on to |
precision |
controls the precision used to print the quality measures (defaults to 2). |
A datatable htmlwidget.
Michael Hahsler
Hahsler M (2017). arulesViz: Interactive Visualization of Association Rules with R. R Journal, 9(2):163-175. ISSN 2073-4859. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.32614/RJ-2017-047")}.
DT::datatable()
in DT.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.