get_api_nonce.Rd
If you change the way that the nonce is generated then you might need to regenerate your API key. The reason for this is that the nonce associated with any given key can only increase.
get_api_nonce(digits = 14)
digits | Number of digits in nonce string. |
---|
A character vector.
get_api_nonce()#> [1] "16309028013392"