powered by
This uses the keyring package to store and load credentials. If you already have an account, please call `set_DSC_credentials` instead
register_DSC(name, username, affiliation, email, password = NULL)
Your name
A usename to be identified with. Will be stored on keyring under 'DSCtool_name'
Your affiliation (university / company)
Your email adress
The password to use. If NULL, this will be generated at random. Will be stored on keyring under 'DSCtool'
if (FALSE) { register_DSC('John Doe', 'jdoe', 'Sample University', "j.doe.sample.com") }
Run the code above in your browser using DataLab