## 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)
Adult <- abbreviate(Adult, 9)
Run the code above in your browser using DataLab