A wrapper to the new method defined in the Credentials class.

create_profile(
  username = askme("Please enter your username: "),
  password = askme()
)

Arguments

username

a string for username

password

a string for password

Value

an object of class NSSPCredentials and R6

Examples

if (FALSE) {
myProfile <- create_profile()
myProfile
}