as.data.frame {do} | R Documentation |
Transform to dataframe rules object or calibrate object
Description
Transform to dataframe rules object or calibrate object
Usage
## S3 method for class 'rules'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)
## S3 method for class 'calibrate'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)
Arguments
x |
data with rules class for package 'arules' |
row.names |
ignore |
optional |
ignore |
... |
ignore |
Value
a dataframe
[Package do version 2.0.0.0 Index]