Learn R Programming

charlatan (version 0.2.2)

CreditCardProvider: CreditCardProvider

Description

CreditCardProvider

Arguments

Details

Methods

  • credit_card_type(card_type) - credit card type

  • credit_card_provider(prefix, length) - credit card provider

  • credit_card_number(card_type) - credit card number

  • credit_card_security_code(card_type) - credit card security code

Examples

Run this code
# NOT RUN {
z <- CreditCardProvider$new()
z$credit_card_provider()
z$credit_card_number()
z$credit_card_security_code()
# }

Run the code above in your browser using DataLab