create_transaction: Transform the transaction matrix

Description Usage Arguments Value

View source: R/create_transactionmatrix.R

Description

Transforms a given transaction matrix into an object of class TransactionData, enabling the user to examine the TransactionData with the provided methods.

Usage

1

Arguments

input

Binary matrix containing transaction data, with rows representing transactions and columns representing items. Can be either logical or numeric, every value has to be either 0 / 1 or FALSE / TRUE (0 or FALSE if item is not bought). Columns should be named.

Value

Returns an object of class TransactionData


quentinseifert/unnamed documentation built on Dec. 3, 2019, 11:31 p.m.