ch_credit {charlatan} | R Documentation |
Create fake credit card data
Description
Create fake credit card data
Usage
ch_credit_card_provider(n = 1)
ch_credit_card_number(n = 1)
ch_credit_card_security_code(n = 1)
Arguments
n |
(integer) number of things to get, any non-negative integer |
See Also
Examples
ch_credit_card_provider()
ch_credit_card_provider(n = 4)
ch_credit_card_number()
ch_credit_card_number(n = 10)
ch_credit_card_number(n = 500)
ch_credit_card_security_code()
ch_credit_card_security_code(n = 10)
ch_credit_card_security_code(n = 500)
[Package charlatan version 0.5.1 Index]