Learn R Programming

googleAuthR (version 0.1.0)

createCode: Creates a random character code

Description

Creates a random character code

Usage

createCode(seed = NULL, num = 20)

Arguments

seed
random seed.
num
number of characters the code should be.

Value

  • a string of random digits and letters.

See Also

Other shiny auth functions: authReturnCode; gar_shiny_getAuthUrl; gar_shiny_getToken; gar_shiny_getUrl; loginOutput; reactiveAccessToken; renderLogin; with_shiny