powered by
## S3 method for class 'transactions': abbreviate(data, minlength = 4, ...,method = "both.sides") ## S3 method for class 'rules': abbreviate(data, minlength = 4, ...,method = "both.sides") ## S3 method for class 'itemMatrix': abbreviate(data, minlength = 4, ...,method = "both.sides")
data(Adult) inspect(head(Adult, 1)) Adult_abbr <- abbreviate(Adult, 15) inspect(head(Adult_abbr, 1))
Run the code above in your browser using DataLab