View source: R/api_utilities.R
create_profile | R Documentation |
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
## Not run:
myProfile <- create_profile()
myProfile
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.