A wrapper to the new
method defined in the Credentials
class.
create_profile( username = askme("Please enter your username: "), password = askme() )
username | a string for username |
---|---|
password | a string for password |
an object of class NSSPCredentials and R6
if (FALSE) { myProfile <- create_profile() myProfile }