Learn R Programming

RWgraph (version 1.0.0)

transactions_small_example: Transactions' information for a small example

Description

A dataset containing information about 10 transactions of a certain bank.

Usage

data(transactions_small_example)

Arguments

Format

A data frame with 10 rows and 5 variables

Details

  • nameOrig, character. ID of the client that initiated the transaction.

  • nameDest, character. ID of the client that received the transaction.

  • amount, numeric. Amount of money involved in the transaction in euros (€).

  • isFraud, boolean. Indicator whether the transaction was reported (1) or not (0).

  • transactionDate, character. Date of the transaction.